UNPKG

succulent

Version:

Powerful and easy runtime type checking

3 lines (2 loc) 97 B
import { Schema } from "../schema"; export declare function oneOf<T>(x: Iterable<T>): Schema<T>;