@gaiiaa/assert
v0.0.11
Published
Tiny and efficient assertion library
Downloads
33
Readme

Node minimal starter package
A minimal starter typescript template for Node libraries with Vite, Vitest, and Unbuild.
Usage
Install package:
# npm
npm install packageName
# yarn
yarn add packageName
# pnpm
pnpm install packageName
# bun
bun install packageNameImport:
// node
import {} from "packageName";
// deno
import * as packageName from "https://esm.sh/packageName"Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
License
Made with 💛
Published under MIT License.
