tapbundle/ts/index.ts

3 lines
83 B
TypeScript
Raw Normal View History

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