Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
other
/
test_tsd_sync.ts
blob: 49ef1381046d954108fc72f94a3d8500c91c029c [
file
]
import
moduleFactory
from
'./test_emit_tsd_sync.js'
const
module
=
moduleFactory
();
module
.
_fooVoid
();
module
.
_fooInt
(
7
,
8
);