0.3.2 • Published 11 months ago

resolve-import-path v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

resolve-import-path

Obtain the path of the software packages you have installed, including your own software packages

import { resolveImport } from 'resolve-import-path'

resolveImport('react') // ...node_modules/react/dist/index.js

resolveImport('react/package.json') // ...node_modules/react/package.json

resolveImport('your-package-name/package.json') // ...package.json

Related

TODO