mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
![]() |
declare module 'composerize' {
|
||
|
const composerize: (arg: string) => string;
|
||
|
export default composerize;
|
||
|
}
|