UNPKG

docschema

Version:

Schema declaration and validation library using JsDoc comments

13 lines (12 loc) 191 B
type AmbientString = string; type AmbientObjOne = { a: string; b: number; }; type AmbientObjTwo = { a: string; b: number; }; type AmbientObjThree = { a: AmbientRemote; };