pull/15854/head
Dominic Gannaway 1 year ago
parent 0286e35487
commit cc976d8824

@ -75,4 +75,4 @@ export type Source<V = unknown> = Value<V>;
export type MaybeSource<T = unknown> = T | Source<T>;
export type ValueNode = { s: Source, n: null | ValueNode, v: any };
export type ValueNode = { s: Source; n: null | ValueNode; v: any };

Loading…
Cancel
Save