This commit is contained in:
2017-06-10 15:51:27 +02:00
commit 4d2c8b307b
16 changed files with 440 additions and 0 deletions

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

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

5
ts/glab.trigger.ts Normal file
View File

@ -0,0 +1,5 @@
import * as plugins from './glab.plugins'
export class GlabTrigger {
// TODO:
}

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './glab.plugins'
export * from './glab.trigger'