Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 111:02b69e2dc51f
Ensure id is passed through in adapter (still pending for server/converter)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 07 Oct 2016 16:43:18 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;