Skip to main content

Built and signed on GitHub Actions

🧰 Utility types

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
3 months ago (3.1.2)

Interfaces

I
AsyncFunctionConstructor

Async function constructor interface.

I
AsyncGeneratorFunctionConstructor

Async generator function constructor interface.

I
GeneratorFunctionConstructor

Generator function constructor interface.

Variables

v
AsyncFunction

Async function constructor.

v
AsyncGeneratorFunction

Async genreator function constructor.

v
GeneratorFunction

Generator function constructor.

Add Package

deno add jsr:@libs/typing

Import symbol

import * as mod from "@libs/typing/func";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@libs/typing/func";

Add Package

npx jsr add @libs/typing

Import symbol

import * as mod from "@libs/typing/func";

Add Package

yarn dlx jsr add @libs/typing

Import symbol

import * as mod from "@libs/typing/func";

Add Package

pnpm dlx jsr add @libs/typing

Import symbol

import * as mod from "@libs/typing/func";

Add Package

bunx jsr add @libs/typing

Import symbol

import * as mod from "@libs/typing/func";