view VampExamplePlugins.ts @ 29:821407e7552f

Remove use of excessively bulky RequestOrResponse type, also reducing amount of code the library implementation
author Chris Cannam
date Mon, 19 Sep 2016 16:35:05 +0100
parents 6871a49ccf17
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

declare function VampExamplePluginsModule(): EmscriptenModule;
export = VampExamplePluginsModule;