check-package-exists
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

✅ Check Package Exists

npm npm GitHub Workflow Status

Check if the npm package exists.

⚙️ Install

npm i check-package-exists
# Or Yarn
yarn add check-package-exists
# Or PNPM
pnpm add check-package-exists

📖 Usage

import { checkPackageExists } from 'check-package-exists'

console.log(checkPackageExists('some-package')) // true or false

📄 License

MIT License © 2022 Archer Gu

Readme

Keywords

Package Sidebar

Install

npm i check-package-exists

Weekly Downloads

573

Version

1.1.4

License

MIT

Unpacked Size

8.49 kB

Total Files

7

Last publish

Collaborators

  • darkfly