/opt/canhelp/node_modules/isexe/dist/commonjs
NameSizeModeActions
index.d.ts5430644editdlrm
index.d.ts.map3260644editdlrm
index.js22830644editdlrm
index.js.map9790644editdlrm
index.min.js30300644editdlrm
index.min.js.map76630644editdlrm
options.d.ts10000644editdlrm
options.d.ts.map3580644editdlrm
options.js1120644editdlrm
options.js.map10700644editdlrm
package.json250644editdlrm
posix.d.ts6200644editdlrm
posix.d.ts.map3360644editdlrm
posix.js20920644editdlrm
posix.js.map41930644editdlrm
win32.d.ts6720644editdlrm
win32.d.ts.map3360644editdlrm
win32.js19360644editdlrm
win32.js.map36090644editdlrm
Edit: /opt/canhelp/node_modules/isexe/dist/commonjs/posix.d.ts (620B)
/** * This is the Posix implementation of isexe, which uses the file * mode and uid/gid values. * * @module */ import { IsexeOptions } from './options.js'; /** * Determine whether a path is executable according to the mode and * current (or specified) user and group IDs. */ export declare const isexe: (path: string, options?: IsexeOptions) => Promise; /** * Synchronously determine whether a path is executable according to * the mode and current (or specified) user and group IDs. */ export declare const sync: (path: string, options?: IsexeOptions) => boolean; //# sourceMappingURL=posix.d.ts.map