tapbundle/dist/index.d.ts

5 lines
132 B
TypeScript
Raw Normal View History

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