mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
![]() |
import { tool as tokenGenerator } from './token-generator';
|
||
|
|
||
|
export const tools = {
|
||
|
crypto: [tokenGenerator],
|
||
|
};
|