4.0.4 • Published 1 year ago

@lou.codes/types v4.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

Useful links