Add TS type for init fn

This commit is contained in:
Caio
2019-04-01 19:45:53 -03:00
parent c5f18b6099
commit b6317e3f24
4 changed files with 59 additions and 8 deletions
crates
cli-support
src
typescript-tests

@ -0,0 +1,3 @@
import * as wbg from '../../pkg/web/typescript_tests';
const init: Promise<any> = wbg.init('.');