Mercurial > hg > piper-vamp-js
view Silvet.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 | 6871a49ccf17 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function SilvetModule(): EmscriptenModule; export = SilvetModule;