changeset 18:6871a49ccf17

Typescript definitions
author Chris Cannam
date Wed, 14 Sep 2016 14:58:44 +0100
parents bac9bef19152
children 0e1909abe921
files Silvet.ts VampExamplePlugins.ts
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
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;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VampExamplePlugins.ts	Wed Sep 14 14:58:44 2016 +0100
@@ -0,0 +1,4 @@
+import {EmscriptenModule} from '../src/Emscripten'
+
+declare function VampExamplePluginsModule(): EmscriptenModule;
+export = VampExamplePluginsModule;