initial
This commit is contained in:
1
ts/glab.plugins.ts
Normal file
1
ts/glab.plugins.ts
Normal file
@ -0,0 +1 @@
|
||||
import 'typings-global'
|
5
ts/glab.trigger.ts
Normal file
5
ts/glab.trigger.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as plugins from './glab.plugins'
|
||||
|
||||
export class GlabTrigger {
|
||||
// TODO:
|
||||
}
|
3
ts/index.ts
Normal file
3
ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as plugins from './glab.plugins'
|
||||
|
||||
export * from './glab.trigger'
|
Reference in New Issue
Block a user