UNPKG

@netlify/build

Version:
4 lines (3 loc) 113 B
export type JSONValue = string | number | boolean | null | { [key: string]: JSONValue; } | Array<JSONValue>;