@push.rocks/smartchok
Version:
A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.
11 lines (10 loc) • 368 B
TypeScript
import * as fs from 'fs';
import * as path from 'path';
export { fs, path };
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 };
import * as chokidar from 'chokidar';
import picomatch from 'picomatch';
export { chokidar, picomatch, };