Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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