tapbundle/ts/index.ts

8 lines
251 B
TypeScript
Raw Normal View History

2022-03-14 10:22:17 +00:00
export { tap } from './tapbundle.classes.tap.js';
export { TapWrap } from './tapbundle.classes.tapwrap.js';
export { webhelpers } from './webhelpers.js';
2023-07-13 00:09:53 +00:00
import { expect, expectAsync } from '@push.rocks/smartexpect';
2023-08-12 09:40:29 +00:00
export { expect, expectAsync };