2021-11-03 14:14:24 +08:00

7 lines
87 B
JavaScript

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