annotate VampExamplePlugins.ts @ 110:2f621b00747e

Merge from branch jsonrpc
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 06 Oct 2016 14:33:12 +0100
parents 2fbefc82d460
children
rev   line source
c@87 1 import {EmscriptenModule} from '../src/Emscripten'
c@87 2
c@87 3 declare function VampExamplePluginsModule(): EmscriptenModule;
c@87 4 export = VampExamplePluginsModule;