Skip to main content

@coven/types@0.0.11
Built and signed on GitHub Actions

📚 Arcane types codex.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 days ago (0.0.11)
Coven Engineering Types logo

JSR JSR Score

📚 Arcane types codex used across Coven Engineering libraries.

Example

import type { Unary } from "@coven/types";

const next: Unary<[input: number], number> = (input) => input + 1;
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@coven/types

Import symbol

import * as mod from "@coven/types";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@coven/types";

Add Package

npx jsr add @coven/types

Import symbol

import * as mod from "@coven/types";

Add Package

yarn dlx jsr add @coven/types

Import symbol

import * as mod from "@coven/types";

Add Package

pnpm dlx jsr add @coven/types

Import symbol

import * as mod from "@coven/types";

Add Package

bunx jsr add @coven/types

Import symbol

import * as mod from "@coven/types";