7 lines
100 B
Text
7 lines
100 B
Text
|
|
||
|
export {
|
||
|
fn: func(a) {
|
||
|
two := import("two/two")
|
||
|
return two.fn(a, "one")
|
||
|
}
|
||
|
}
|