This commit is contained in:
2017-10-16 09:07:19 +02:00
commit a30208561f
14 changed files with 478 additions and 0 deletions

3
ts/index.ts Normal file
View File

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

1
ts/logcontext.plugins.ts Normal file
View File

@ -0,0 +1 @@
import 'typings-global'