Skip to content
TypeAliasTypes & Utilities@public

JsonPrimitive

ts
export type JsonPrimitive = boolean | null | number | string

Released under the MIT License.