# HG changeset patch # User Chris Cannam # Date 1473861524 -3600 # Node ID 6871a49ccf178d67ecb5d39c339e3c9d3834496e # Parent bac9bef19152db364a7f225e589a52c45a2c503d Typescript definitions diff -r bac9bef19152 -r 6871a49ccf17 Silvet.ts --- /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; diff -r bac9bef19152 -r 6871a49ccf17 VampExamplePlugins.ts --- /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;