UNPKG
mya-hook-commonjs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
mya commonJs module
mya-hook-commonjs
/
test
/
fis3_test_commonjs
/
module2
/
complex
/
root1-3.js
6 lines
(5 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
define
(
'complex/root1-3.js'
,
function
(
require
,
exports
,
module
){
exports
.
say
=
function
(
) {
return
'1-3'
; } });