feat(new tool): Mongo ObjectId DateTime Converter

Fix https://github.com/CorentinTh/it-tools/discussions/789
This commit is contained in:
sharevb 2024-08-09 21:13:34 +02:00 committed by ShareVB
parent e1b4f9aafe
commit f7b024a74a
6 changed files with 137 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import { tool as asciiTextDrawer } from './ascii-text-drawer';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as safelinkDecoder } from './safelink-decoder';
import { tool as mongoObjectidConverter } from './mongo-objectid-converter';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -148,6 +149,7 @@ export const toolsByCategory: ToolCategory[] = [
dockerRunToDockerComposeConverter,
xmlFormatter,
yamlViewer,
mongoObjectidConverter,
],
},
{