Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
sys-repo/sysWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




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
Add Package
deno add jsr:@sys/types
Import symbol
import * as types from "@sys/types";
Import directly with a jsr specifier
import * as types from "jsr:@sys/types";