@lou.codes/types
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

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

Package Sidebar

Install

npm i @lou.codes/types

Weekly Downloads

271

Version

3.0.1

License

MIT

Unpacked Size

327 kB

Total Files

167

Last publish

Collaborators

  • loucyx