Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 378 Bytes

paratype.jsonarray.md

File metadata and controls

15 lines (9 loc) · 378 Bytes

Home > paratype > JsonArray

JsonArray type

An array of JSON values

Signature:

export declare type JsonArray = Array<JsonValue>;

References: JsonValue