tapbundle/ts/index.ts
2017-04-23 11:10:13 +02:00

9 lines
125 B
TypeScript

import 'typings-global'
import { expect } from 'smartchai'
import { tap } from './tapbundle.tap'
export {
tap,
expect
}