tapbundle/dist/index.d.ts

5 lines
124 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 };