1.1.6 • Published 6 months ago

check-package-exists v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

✅ 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

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

1 year ago

1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago