UNPKG

@schema-render/core-react

Version:

Through a set of simple JSON Schema, efficiently build a set of forms.

10 lines (9 loc) 297 B
declare function truthy(value: any, message?: string): void; declare function falsy(value: any, message?: string): void; declare function fail(message?: string): void; declare const _default: { truthy: typeof truthy; falsy: typeof falsy; fail: typeof fail; }; export default _default;