dependencies, first working version

This commit is contained in:
2018-03-03 14:11:27 +01:00
parent 966e8678a8
commit b06d1fae96
18 changed files with 664 additions and 95 deletions

View File

@@ -1,3 +1 @@
import * as plugins from './logcontext.plugins'
export let standardExport = 'Hi there! :) This is a exported string'
export * from './logcontext.classes.logger';