npm.io
6.3.7 • Published 2 years ago

@vangware/types

Licence
MIT
Version
6.3.7
Deps
0
Size
319 kB
Vulns
0
Weekly
0
Stars
1
DeprecatedThis package is deprecated
@vangware/types

License NPM Version Open Issues Size

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";

Keywords