Repository URL to install this package:
Version:
1.2.22 ▾
|
declare function autofixComplex(response: any): {};
declare function autofixTypes(response: any, fallbackValue?: any): any;
declare function autofixSafe(response: any, fallbackValue?: any): any;
export { autofixSafe };
export { autofixComplex, autofixTypes };
export { autofixTypes as autofix };
export default autofixTypes;