UNPKG

@trophyso/node

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