Files
test/_node_modules/zeptomatch/dist/normalize/index.d.ts
2026-02-20 16:06:40 +09:00

3 lines
77 B
TypeScript

declare const normalize: (glob: string) => string;
export default normalize;