AnimationCore/node_modules/cosmiconfig/dist/getDirectory.d.ts
3944Realms 7068a883d9 build: 构建
创建github工作流
2026-03-01 21:38:41 +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