aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/entities/decode.js
blob: c278895e04cc314ffb017db7f53ead55eafdffac (plain) (blame)
1
2
3
// Make exports work in Node < 12
// eslint-disable-next-line no-undef, unicorn/prefer-module
module.exports = require("./dist/commonjs/decode.js");