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 extifyAPI
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): stringLicense
This Project is licensed under the terms of MIT License, see the LICENSE file for more info.