UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

10 lines (9 loc) 301 B
declare const _default: { executable: () => string; documents: (path?: string | undefined) => string; temp: (path?: string | undefined) => string; resources: (path?: string | undefined) => string; chdir: (cwd: string) => boolean; cwd: () => string; }; export default _default;