Important
This library is deprecated. Go to coven.engineering to see what we are doing nowadays.
🏷️ Collection of TypeScript types shared across Vangware projects.
Install @vangware/types as a dependency:
pnpm add @vangware/types
# or
npm install @vangware/types
# or
yarn add @vangware/typesImport as type and use it:
import type { Unary } from "@vangware/types";Import @vangware/types using the npm: prefix, and use it directly:
import type { Unary } from "npm:@vangware/types";- 📝 Documentation: TypeDoc generated documentation.
- ⏳ Changelog: List of changes between versions.