🏷️ 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/types
Import 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";