Skip to main content
Home

Built and signed on GitHub Actions

# Typescript utils for async, cancellation, etc This is currently a work in progress.

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
94%
Published
7 months ago (0.2.44)

This module contains various utilities for common tasks such as working with objects, strings, encoding, deadlines, and more. These utilities are used across the library and are exported for general use.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@rdtlabs/ts-utils

Import symbol

import * as ts_utils from "@rdtlabs/ts-utils";
or

Import directly with a jsr specifier

import * as ts_utils from "jsr:@rdtlabs/ts-utils";

Add Package

pnpm i jsr:@rdtlabs/ts-utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @rdtlabs/ts-utils

Import symbol

import * as ts_utils from "@rdtlabs/ts-utils";

Add Package

yarn add jsr:@rdtlabs/ts-utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @rdtlabs/ts-utils

Import symbol

import * as ts_utils from "@rdtlabs/ts-utils";

Add Package

npx jsr add @rdtlabs/ts-utils

Import symbol

import * as ts_utils from "@rdtlabs/ts-utils";

Add Package

bunx jsr add @rdtlabs/ts-utils

Import symbol

import * as ts_utils from "@rdtlabs/ts-utils";