view VampTestPlugin.ts @ 44:ae292da1cabe

Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author Chris Cannam
date Tue, 11 Oct 2016 14:37:12 +0100
parents 44826e1782c1
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

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