source:
trip-planner-front/node_modules/cosmiconfig/dist/getDirectory.d.ts@
1ad8e64
Last change on this file since 1ad8e64 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | declare function getDirectory(filepath: string): Promise<string>; |
2 | declare function getDirectorySync(filepath: string): string; |
3 | export { getDirectory, getDirectorySync }; |
4 | //# sourceMappingURL=getDirectory.d.ts.map |
Note:
See TracBrowser
for help on using the repository browser.