Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/cookies   js

Repository URL to install this package:

Version: 4.0.5 

/ dist / deps / autofix.d.ts

import { Serializable } from '../typings';
/**
 * @todo should move to exotic/presets eh?
 */
declare function autofix(result: any): Serializable;
export { autofix };
export default autofix;