UNPKG

react-admin-component

Version:
11 lines (10 loc) 500 B
export declare const includePermit: (permits: string[], require: string[] | null, every: boolean | undefined) => boolean; export declare class PrototypeCheck { static getPrototype(value: any): string; static checkProtoType(value: any, prototype: string): boolean; static isString(value: any): boolean; static isNumber(value: any): boolean; static isArray(value: any): boolean; static isFunction(value: any): boolean; } export declare function uuid(a?: number): any;