UNPKG

@netlify/build

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