tapbundle/ts/index.ts
2017-04-28 07:49:57 +00:00

10 lines
134 B
TypeScript

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