6 lines
110 B
Text
6 lines
110 B
Text
|
export {
|
||
|
fn: func(a, b) {
|
||
|
three := import("../three")
|
||
|
return three.fn(a, b, "two")
|
||
|
}
|
||
|
}
|