fix(core): update

This commit is contained in:
2019-05-23 17:37:13 +02:00
commit 96c0759658
11 changed files with 1907 additions and 0 deletions

View File

@ -0,0 +1,2 @@
const removeme = {};
export { removeme };

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './finplus-interfaces.plugins';
export let standardExport = 'Hi there! :) This is an exported string';