diff --git a/example/index.ts b/example/index.ts index c367f5f..6307054 100644 --- a/example/index.ts +++ b/example/index.ts @@ -9,11 +9,11 @@ import { Value, ValuePointer } from '@sinclair/typebox/value' import { Type, Kind, Static, TSchema } from '@sinclair/typebox' const T = Type.Object({ - x: Type.Number(), - y: Type.Number(), - z: Type.Number(), - }) - - type T = Static - - console.log(T) \ No newline at end of file + x: Type.Number(), + y: Type.Number(), + z: Type.Number(), +}) + +type T = Static + +console.log(T)