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