UNPKG

@allgemein/schema-api

Version:
3 lines (2 loc) 149 B
import { ISchemaOptions } from '../lib/options/ISchemaOptions'; export declare function Schema(options: ISchemaOptions): (object: Function) => void;