simondh's picture
front
cc651f6
raw
history blame
111 Bytes
try {
module.exports = require("./lib/index.cjs");
} catch {
module.exports = require("./lib/index.js");
}