Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 103:f7b53c0faa53
Add quick perf test that can be run under node instead of in-browser
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Sun, 25 Sep 2016 09:47:56 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;