isexe
    Preparing search index...

    Variable isexeConst

    isexe: (path: string, options?: IsexeOptions) => Promise<boolean> = impl.isexe

    Determine whether a path is executable on the current platform.

    Type Declaration

      • (path: string, options?: IsexeOptions): Promise<boolean>
      • Determine whether a path is executable according to the mode and current (or specified) user and group IDs.

        Parameters

        Returns Promise<boolean>