tapbundle/ts/index.ts

10 lines
126 B
TypeScript
Raw Normal View History

2017-03-04 07:32:17 +00:00
import 'typings-global'
import { expect } from 'smartchai'
2017-04-23 09:10:13 +00:00
import { tap } from './tapbundle.tap'
2017-03-04 07:32:17 +00:00
export {
tap,
expect
2017-04-23 12:35:16 +00:00
}