Assertion library for JavaScript.
This project requires Node.JS version 16 minimum. Ensure that you have
installed the correct version of Node.JS by running node --version
.
Any of the following snippets will install this project as a dependency:
npm install --save @esdmr/assert
# Or
yarn add @esdmr/assert
# Or
pnpm install @esdmr/assert
This project requires Node.JS version 16 minimum. Ensure that you have
installed the correct version of Node.JS by running node --version
.
The following snippet will download, install, and build the source from GitHub:
git clone https://github.com/esdmr/assert.git
cd assert
corepack pnpm install
corepack pnpm run build