UNPKG

@push.rocks/smartchok

Version:

A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun.

11 lines (10 loc) 379 B
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'; import { Smartenv } from '@push.rocks/smartenv'; export { lik, smartpromise, smartrx, Smartenv }; import picomatch from 'picomatch'; export { picomatch, };