1.1.6 • Published 7 months ago

check-package-exists v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.1.5

7 months ago

1.1.4

1 year ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago