tsbuild/ts/tsbuild.plugins.ts

9 lines
380 B
TypeScript
Raw Normal View History

import * as smartcli from '@pushrocks/smartcli';
2022-03-18 13:31:48 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2018-07-25 18:56:42 +00:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
2022-03-11 16:45:51 +00:00
import typescript from 'typescript';
2018-07-25 18:56:42 +00:00
2022-03-18 13:31:48 +00:00
export { smartcli, smartdelay, smartfile, smartpath, smartpromise, typescript };