Files
2024-09-27 02:06:13 +08:00

12 lines
162 B
JavaScript

function a() {
console.log("assss")
}
function b() {}
function c() {}
function d() {}
module.exports = { a,b,c,d }
// module.exports = {
// test: '111'
// }