Method
create
(value: zjson.Value, stream: DecodeStream, parent?: Field)
Source from the content-addressed store, hash-verified
| 28 | toString(): string; |
| 29 | serialize(stream: EncodeStream): zjson.NoId<zjson.Type> | zjson.PrimitiveType; |
| 30 | create(value: zjson.Value, stream: DecodeStream, parent?: Field): Value; |
| 31 | kind: string; |
| 32 | } |
Implementers 7
TypeUnionpackages/zed-js/src/types/type-union.t TypeArraypackages/zed-js/src/types/type-array.t TypeAliaspackages/zed-js/src/types/type-alias.t TypeErrorpackages/zed-js/src/types/type-error.t TypeMappackages/zed-js/src/types/type-map.ts TypeSetpackages/zed-js/src/types/type-set.ts
Tested by
no test coverage detected