tapbundle/ts/index.ts
2020-07-11 16:07:30 +00:00

4 lines
138 B
TypeScript

export { expect } from 'smartchai';
export { tap } from './tapbundle.classes.tap';
export { TapWrap } from './tapbundle.classes.tapwrap';