UNPKG

543 BTypeScriptView Raw
1import * as posix from './posix.js';
2import * as win32 from './win32.js';
3export * from './options.js';
4export { win32, posix };
5/**
6 * Determine whether a path is executable on the current platform.
7 */
8export declare const isexe: (path: string, options?: import("./options.js").IsexeOptions) => Promise<boolean>;
9/**
10 * Synchronously determine whether a path is executable on the
11 * current platform.
12 */
13export declare const sync: (path: string, options?: import("./options.js").IsexeOptions) => boolean;
14//# sourceMappingURL=index.d.ts.map
\No newline at end of file