This commit is contained in:
2017-09-14 07:20:26 +02:00
commit 68eebfeeb6
10 changed files with 164 additions and 0 deletions

3
ts/index.ts Normal file
View File

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

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

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