Files
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

4 lines
157 B
JavaScript

// Make exports work in Node < 12
// eslint-disable-next-line no-undef, unicorn/prefer-module
module.exports = require("./dist/commonjs/WritableStream.js");