UNPKG

sussy-util

Version:
4 lines (3 loc) 136 B
import JSONObject from "./JSONObject"; declare type JSON = boolean | null | number | string | JSONObject | JSON[]; export default JSON;