tapbundle/ts/index.ts

9 lines
133 B
TypeScript

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