view Silvet.ts @ 96:514ea085c63a

Include plugin pointer in ConfigurationResponse - otherwise the conversion of ConfigurationResponse to JSON fails
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 19 Sep 2016 15:52:28 +0100
parents 2fbefc82d460
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

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