close
Skip to main content

@sys/types@0.0.301
Built and signed on GitHub Actions

Works with
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 Score100%
License
MIT
Downloads4/wk
Published2 weeks ago (0.0.301)

Common system types.

Types <T>

Common ("standard") type definitions shared between system modules.

Usage

This library provides no implementations, and is safe to import without out needing to worry about exploding bundle size. To further ensure this is the case, remember to include the type keyword on your imports, eg:

import type { Immutable } from '@sys/types'
Built and signed on
GitHub Actions

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:@sys/types

Import symbol

import * as types from "@sys/types";
or

Import directly with a jsr specifier

import * as types from "jsr:@sys/types";