/opt/canhelp/node_modules/isexe/dist/esm
NameSizeModeActions
index.d.ts5430644editdlrm
index.d.ts.map3260644editdlrm
index.js5160644editdlrm
index.js.map10320644editdlrm
index.min.js16700644editdlrm
index.min.js.map72820644editdlrm
options.d.ts10000644editdlrm
options.d.ts.map3580644editdlrm
options.js460644editdlrm
options.js.map10700644editdlrm
package.json230644editdlrm
posix.d.ts6200644editdlrm
posix.d.ts.map3360644editdlrm
posix.js19060644editdlrm
posix.js.map42150644editdlrm
win32.d.ts6720644editdlrm
win32.d.ts.map3360644editdlrm
win32.js17350644editdlrm
win32.js.map36580644editdlrm
Edit: /opt/canhelp/node_modules/isexe/dist/esm/index.js (516B)
import * as posix from './posix.js'; import * as win32 from './win32.js'; export * from './options.js'; export { win32, posix }; const platform = process.env._ISEXE_TEST_PLATFORM_ || process.platform; const impl = platform === 'win32' ? win32 : posix; /** * Determine whether a path is executable on the current platform. */ export const isexe = impl.isexe; /** * Synchronously determine whether a path is executable on the * current platform. */ export const sync = impl.sync; //# sourceMappingURL=index.js.map