Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
📚 Arcane types codex.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
2 days ago (0.0.11)
📚 Arcane types codex used across Coven Engineering libraries.
Example
import type { Unary } from "@coven/types"; const next: Unary<[input: number], number> = (input) => input + 1;
Other links
Built and signed on
View transparency logGitHub Actions
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";