mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
chore: first commit
This commit is contained in:
commit
64c92a661c
37 changed files with 13458 additions and 0 deletions
5
src/tools/index.ts
Normal file
5
src/tools/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { tool as tokenGenerator } from './token-generator';
|
||||
|
||||
export const tools = {
|
||||
crypto: [tokenGenerator],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue