Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 42:873ce3bfa776
Ensure id is passed through in adapter (still pending for server/converter)
author | Chris Cannam |
---|---|
date | Fri, 07 Oct 2016 16:43:18 +0100 |
parents | 44826e1782c1 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;