UNPKG

@trophyso/node

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