supercat666's picture
fixed igv
1df763a
raw
history blame
111 Bytes
try {
module.exports = require("./lib/index.cjs");
} catch {
module.exports = require("./lib/index.js");
}