tapbundle/ts/index.ts

4 lines
105 B
TypeScript
Raw Normal View History

2017-03-04 07:32:17 +00:00
import 'typings-global'
2017-07-05 15:57:28 +00:00
export { expect } from 'smartchai'
export { tap } from './tapbundle.classes.tap'