Sign in
dart
/
sdk
/
base
/
.
/
tests
/
lib
/
js
/
static_interop_test
/
import
/
module.mjs
blob: d0b3156b5e7bc92b5e79c9682e2f4bb2f2527698 [
file
] [
log
] [
blame
]
export
function
testModuleFunction
()
{
return
'success'
;
}