Repository URL to install this package:
Version:
1.2.21 ▾
|
declare function Shape(types: any): {
(fn: any): any;
types: any;
changeByExample: any;
wrap: (shape: any, functionOrKlass: any) => any;
wrapMethods: (shape: any, Klass: any) => any;
wrapFunction: (fn: any) => () => any;
};
declare const toShape: () => {
(fn: any): any;
types: any;
changeByExample: any;
wrap: (shape: any, functionOrKlass: any) => any;
wrapMethods: (shape: any, Klass: any) => any;
wrapFunction: (fn: any) => () => any;
};
export { toShape, Shape };
export default toShape;