Files
screenshot-tools/node_modules/cosmiconfig/dist/getDirectory.d.ts
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

4 lines
212 B
TypeScript

declare function getDirectory(filepath: string): Promise<string>;
declare function getDirectorySync(filepath: string): string;
export { getDirectory, getDirectorySync };
//# sourceMappingURL=getDirectory.d.ts.map