tapbundle/dist/index.d.ts

5 lines
113 B
TypeScript
Raw Normal View History

2017-03-04 07:32:17 +00:00
import 'typings-global';
import * as tap from 'tap';
import { expect } from 'smartchai';
export { tap, expect };