UNPKG

@travetto/schema

Version:

Data type registry for runtime validation, reflection and binding.

8 lines (7 loc) 199 B
export class UnknownType { } /** * Geometric Point as [number,number] with validation and binding support * * @concrete ./internal/types.ts#PointContract */ export type Point = [number, number];