tapbundle/ts/index.ts

10 lines
126 B
TypeScript

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