view VampTestPlugin.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 44826e1782c1
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

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