7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
function (exports) {
|
||
|
exports.func = function() {
|
||
|
print("module.func called");
|
||
|
}
|
||
|
}
|
||
|
module.func called
|