UNPKG

succulent

Version:

Powerful and easy runtime type checking

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