UNPKG

@trophyso/node

Version:
3 lines (2 loc) 127 B
import { type Schema } from "../../Schema"; export declare function stringLiteral<V extends string>(literal: V): Schema<V, V>;