UNPKG

tsbase

Version:

Base class libraries for TypeScript

9 lines (8 loc) 232 B
export * from './AsyncCommand'; export * from './AsyncQuery'; export * from './Command'; export * from './IAsyncCommand'; export * from './IAsyncQuery'; export * from './ICommand'; export * from './IQuery'; export * from './Query';