fix(core): update

This commit is contained in:
2020-09-09 00:22:36 +00:00
commit 1f5f8a10ab
13 changed files with 11458 additions and 0 deletions

2
ts/datev.plugins.ts Normal file
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 './datev.plugins';
export let standardExport = 'Hi there! :) This is an exported string';