Sha256: 40af0d4fc82221bdc1d09a3f3812428db2b5a5e84a3f41e462a9f524ab264749
Contents?: true
Size: 145 Bytes
Versions: 36
Compression:
Stored size: 145 Bytes
Contents
export type JSONObject = { [key: string]: JSONValue; }; export type JSONValue = null | boolean | number | string | JSONValue[] | JSONObject;
Version data entries
36 entries across 36 versions & 2 rubygems