UNPKG

libxmljs-dom

Version:
18 lines (10 loc) 203 B
'use strict'; var History = function(window) { } History.prototype.go = function() { } History.prototype.back = function() { } History.prototype.forward = function() { } module.exports = History;