UNPKG

@shopify/app-bridge

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

5 lines (4 loc) 504 B
import { Validator, ValidationError, Options, TYPE_ERROR } from '@shopify/app-bridge-core/validate/type-validate'; export { composeSchemas, matchesEnum, Indexable, ErrorMessageCallback, matchesObject, Schema, matchesString, makeOptional, matchesBoolean, matchesPositiveInteger, validate, matchesArray, oneOf, } from '@shopify/app-bridge-core/validate/type-validate'; export { Validator, ValidationError, Options, TYPE_ERROR }; export declare function matchesPositiveNumber(options?: Options): Validator;