UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

8 lines (6 loc) 178 B
declare const usePath: (url: string) => { __filename: string; __dirname: string; }; declare function rootPath(...paths: string[]): string; export { rootPath, usePath };