mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-01 03:25:19 +02:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
|
declare module 'composerize' {
|
||
|
const composerize: (arg: string) => string;
|
||
|
export default composerize;
|
||
|
}
|