npm.io
4.0.5 • Published 1 year ago

@lou.codes/types

Licence
MIT
Version
4.0.5
Deps
1
Size
318 kB
Vulns
0
Weekly
0
Stars
5
DeprecatedThis package is deprecated
@lou.codes/types

License NPM Version Open Issues Size

Collection of TypeScript types shared across Lou Codes projects.

Usage

Node

Install @lou.codes/types as a dependency:

pnpm add @lou.codes/types
# or
npm install @lou.codes/types
# or
yarn add @lou.codes/types

Import as type and use it:

import type { Unary } from "@lou.codes/types";
Deno

Import @lou.codes/types using the npm: prefix, and use it directly:

import type { Unary } from "npm:@lou.codes/types";

Keywords