5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
import 'typings-global';
|
|
import { expect } from 'smartchai';
|
|
import { tap } from './tapbundle.classes.tap';
|
|
export { tap, expect };
|