Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 48:1ed825597b6f
Move some things around (have not yet updated builds)
author | Chris Cannam |
---|---|
date | Tue, 08 Nov 2016 12:02:57 +0000 |
parents | 44826e1782c1 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;