diff Silvet.ts @ 87:2fbefc82d460

Typescript definitions
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 14 Sep 2016 14:58:44 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Silvet.ts	Wed Sep 14 14:58:44 2016 +0100
@@ -0,0 +1,4 @@
+import {EmscriptenModule} from '../src/Emscripten'
+
+declare function SilvetModule(): EmscriptenModule;
+export = SilvetModule;