Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ky/source/types/common.ts>Primitive

🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/ky@v1.7.2/source/types/common.ts";
definition:
| null
| undefined
| string
| number
| boolean
| symbol
| bigint