UNPKG

next-router-mock

Version:
30 lines 716 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Automatically try to export the correct version: try { module.exports = require("./next-13.5"); } catch (firstErr) { try { module.exports = require("./next-13"); } catch { try { module.exports = require("./next-12"); } catch { try { module.exports = require("./next-11"); } catch { try { module.exports = require("./next-10"); } catch { throw firstErr; } } } } } //# sourceMappingURL=index.js.map