@types/isexe

  • Version 2.0.4
  • Published
  • 3.99 kB
  • 1 dependency
  • MIT license

Install

npm i @types/isexe
yarn add @types/isexe
pnpm add @types/isexe

Overview

TypeScript definitions for isexe

Index

Functions

function isExe

isExe: typeof isExe;

    function sync

    sync: (path: string, options?: Options) => boolean;

      Interfaces

      interface Options

      interface Options {}

        property gid

        gid?: number | undefined;

          property ignoreErrors

          ignoreErrors?: boolean | undefined;

            property pathExt

            pathExt?: string | undefined;

              property uid

              uid?: number | undefined;

                Package Files (1)

                Dependencies (1)

                Dev Dependencies (0)

                No dev dependencies.

                Peer Dependencies (0)

                No peer dependencies.

                Badge

                To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/isexe.

                • Markdown
                  [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/isexe)
                • HTML
                  <a href="https://www.jsdocs.io/package/@types/isexe"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>