JSPM

extify

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q49093F
  • License MIT

Node module to resolve executables on windows with EXTPATH

Package Exports

  • extify

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Extify

Extify is a node module to resolve executables within PATH and PATHEXT, a lot like where or which, just simpler and lightweight

Installation

npm install -g extify

API

export default function extify(path: string, envPath: ?string = null, envExtPath: ?string = null): Promise<string>
export function extifySync(path: string, envPath: ?string = null, envExtPath: ?string = null): string

License

This Project is licensed under the terms of MIT License, see the LICENSE file for more info.