Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 122:6d651bfc93b9
Some build fixes (especially: use of realpath for object files meant only those files that already existed in the original directories were being considered as targets)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 10 Nov 2016 13:35:55 +0000 |
parents | 498f36aab7d4 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;