UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

8 lines 266 B
import { type Options } from 'globby'; export interface GlobbyTask { patterns: string[]; options: Options; } declare const _default: ({ patterns, options }: GlobbyTask) => Promise<string[]>; export default _default; //# sourceMappingURL=globbyWorker.d.ts.map