UNPKG

212 BTypeScriptView Raw
1declare function getDirectory(filepath: string): Promise<string>;
2declare function getDirectorySync(filepath: string): string;
3export { getDirectory, getDirectorySync };
4//# sourceMappingURL=getDirectory.d.ts.map
\No newline at end of file