Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 116:286c8e57abd0
Support "from" field in list request
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Nov 2016 14:49:05 +0000 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;