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    
@skava/router / dist / makeHistory.d.ts
Size: Mime:
/**
 * @file what this does, is load an *in-memory* polyfill of `history` when
 *       on server, or in test
 * @api https://www.npmjs.com/package/history
 */
declare const makeHistory: (props?: any) => any;
export { makeHistory };
export default makeHistory;