tapbundle/ts/index.ts

4 lines
138 B
TypeScript
Raw Permalink Normal View History

export { expect } from 'smartchai';
export { tap } from './tapbundle.classes.tap';
2020-07-11 16:07:30 +00:00
export { TapWrap } from './tapbundle.classes.tapwrap';