1.1.4 • Published 2 months ago

check-package-exists v1.1.4

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

2 months ago

1.1.1

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago