3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
export declare let filetype: (pathArg: string) => string;
|
|
export declare let objectFile: (fileStringArg: string, fileTypeArg: any) => any;
|