Skip to main content

Built and signed on GitHub Actions

Collection of commonly used 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
4 months ago (0.4.0)
T
JSONArray

Type alias for arrays in JSON.It's an array that can contain any type of JSONValue.

T
JSONObject

Type alias for objects in JSON.It represents an object with string keys and JSONValue values.

T
JSONPrimitive

Type alias for JSON primitive values.This includes all the basic types that can be represented in JSON.

T
JSONValue

Union type for any value that can be found in a JSON structure.This includes objects, arrays, and primitives.

T
UUID4

Represents a UUID (Universally Unique Identifier) with enforced format for version 4 UUIDs.

T
JSONArray

Type alias for arrays in JSON.It's an array that can contain any type of JSONValue.

T
JSONObject

Type alias for objects in JSON.It represents an object with string keys and JSONValue values.

T
JSONPrimitive

Type alias for JSON primitive values.This includes all the basic types that can be represented in JSON.

T
JSONValue

Union type for any value that can be found in a JSON structure.This includes objects, arrays, and primitives.