Types by Vangware

License NPM Version Open Issues

🏷️ Collection of TypeScript types shared across Vangware projects.

Usage

📦 Node

Install @vangware/types as a dependency:

pnpm add @vangware/types
# or
npm install @vangware/types
# or
yarn add @vangware/types

Import as type and use it:

import type { Unary } from "@vangware/types";

🦕 Deno

Import @vangware/types using the npm: prefix, and use it directly:

import type { Unary } from "npm:@vangware/types";

Useful links