Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 34:0eafc96a039c
Add quick perf test that can be run under node instead of in-browser
author | Chris Cannam |
---|---|
date | Sun, 25 Sep 2016 09:47:56 +0100 |
parents | 44826e1782c1 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;