cuiqian2004
2024-11-04 de0f1b7995ee559f19e27ea07da0091d4ae189d5
1
2
3
4
5
try {
  module.exports = require("./lib/index.cjs");
} catch {
  module.exports = require("./lib/index.js");
}