This commit is contained in:
2017-09-17 17:35:01 +02:00
parent 5b0c0c0d19
commit c07457d43e
8 changed files with 76 additions and 32 deletions

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

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

3
ts/index.ts Normal file
View File

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