5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
|
|
/**
|
||
|
|
* check if directory exists
|
||
|
|
*/
|
||
|
|
export declare function assertDirectoryExists(filepath: string): Promise<void>;
|
||
|
|
//# sourceMappingURL=utils.d.ts.map
|