hashids.js 261 B

123456
  1. "use strict";
  2. // this file here is for backwards compatibility with an earlier CommonJS version
  3. const Hashids = require("./index").default;
  4. Object.defineProperty(Hashids, "__esModule", {value: true});
  5. module.exports = Hashids;
  6. Hashids.default = module.exports;