annotate VampExamplePlugins.ts @ 91:fb3912e09acf

Not sure whether this is adequate - return to this
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 16 Sep 2016 10:14:38 +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;