npmextra/ts/npmextra.plugins.ts

10 lines
435 B
TypeScript
Raw Permalink 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';
import * as taskbuffer from '@push.rocks/taskbuffer';
2017-07-12 13:30:49 +00:00
2023-08-24 08:39:47 +00:00
export { smartlog, path, smartfile, smartjson, smartpath, smartpromise, taskbuffer };