tapbundle/ts/tapbundle.plugins.ts
2024-03-13 22:07:58 +01:00

9 lines
364 B
TypeScript

// pushrocks
import * as consolecolor from '@push.rocks/consolecolor';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartenv from '@push.rocks/smartenv';
import * as smartexpect from '@push.rocks/smartexpect';
import * as smartpromise from '@push.rocks/smartpromise';
export { consolecolor, smartdelay, smartenv, smartexpect, smartpromise };