import { Expect } from './assert' import { Type } from '@alkdev/typebox' Expect(Type.Literal('hello')).ToStatic<'hello'>() Expect(Type.Literal(true)).ToStatic() Expect(Type.Literal(42)).ToStatic<42>()