Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 98:22a09aca4b4a
Remove use of excessively bulky RequestOrResponse type, also reducing amount of code the library implementation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 16:35:05 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;