Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic-core / dist / src / autofix.d.ts
Size: Mime:
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;