mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02: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/escape.js");
|