Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 129:19fb654630e7
Permit running test with only one arg (picking up first plugin as default), check for successful response, etc
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 10 Nov 2016 17:07:35 +0000 |
parents | 498f36aab7d4 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;