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

5 lines
132 B
TypeScript

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