mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
// Make exports work in Node < 12
|
|
// eslint-disable-next-line no-undef, unicorn/prefer-module
|
|
module.exports = require("./dist/commonjs/decode.js");
|