Mercurial > hg > piper-vamp-js
view Silvet.ts @ 19:0e1909abe921
Introduce a new layer to abstract away plugin construction, so plugins needing more constructor arguments can easily be dealt with
author | Chris Cannam |
---|---|
date | Wed, 14 Sep 2016 17:58:41 +0100 |
parents | 6871a49ccf17 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function SilvetModule(): EmscriptenModule; export = SilvetModule;