8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
/// <reference path="./typings/global.ts" />
|
|
|
|
export * from './task'
|
|
export * from './event'
|
|
export * from './console'
|
|
export * from './command'
|
|
export * from './interfaces'
|