smartchok/ts/smartchok.plugins.ts
2024-01-28 02:11:49 +01:00

28 lines
407 B
TypeScript

// node native
import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path
}
// @pushrocks scope
import * as lik from '@push.rocks/lik';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export {
lik,
smartpromise,
smartrx
}
// thirdparty scope
// @ts-nocheck
import watcher from '@tempfix/watcher';
export {
watcher,
}