UNPKG

json-schema-to-ts

Version:
3 lines (2 loc) 123 B
import type { Narrow } from "../type-utils"; export declare const asConst: <INPUT>(input: Narrow<INPUT>) => Narrow<INPUT>;