UNPKG

104 BTypeScriptView Raw
1declare module 'common-dir' {
2 function commonDir(list: string[]): string;
3 export = commonDir;
4}