source:
node_modules/ts-toolbelt/out/Misc/JSON/Value.d.ts@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 194 bytes |
Line | |
---|---|
1 | import { Primitive } from './Primitive'; |
2 | import { List } from './Array'; |
3 | import { Object } from './Object'; |
4 | /** |
5 | * Any JSON data/value |
6 | */ |
7 | export declare type Value = Primitive | Object | List; |
Note:
See TracBrowser
for help on using the repository browser.