2024-08-27 10:14:14 +08:00

8 lines
89 B
JavaScript

exports.a = 'a';
module.exports.b = 'b';
this.c = 'c';
module.exports = {
d: 'd',
};