v-wordpress-plugin-updater/node_modules/cosmiconfig/dist/getDirectory.d.ts
2025-08-14 00:05:37 -04:00

4 lines
No EOL
212 B
TypeScript

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