Mercurial > hg > piper-vamp-js
view VampTestPlugin.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 | 498f36aab7d4 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;