This commit is contained in:
Philipp Kunz
2016-05-20 19:06:25 +02:00
parent ed078ee29a
commit 4dab0f250a
9 changed files with 81 additions and 1 deletions

2
dist/index.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
export declare let start: (moduleStringArg: string) => void;
export declare let stop: () => void;