npmextra/ts/npmextra.plugins.ts

11 lines
492 B
TypeScript
Raw Normal View History

2023-08-03 17:22:34 +00:00
import * as smartlog from '@push.rocks/smartlog';
import * as path from 'path';
2023-08-03 17:22:34 +00:00
import * as smartfile from '@push.rocks/smartfile';
2023-08-24 08:39:47 +00:00
import * as smartjson from '@push.rocks/smartjson';
2023-08-03 17:22:34 +00:00
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
2024-02-07 17:16:40 +00:00
import * as smartrx from '@push.rocks/smartrx';
2023-08-03 17:22:34 +00:00
import * as taskbuffer from '@push.rocks/taskbuffer';
2017-07-12 13:30:49 +00:00
2024-02-07 17:16:40 +00:00
export { smartlog, path, smartfile, smartjson, smartpath, smartpromise, smartrx, taskbuffer };