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

5 lines
124 B
TypeScript

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