| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4dedf2a commit 78f6b34
22 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,5 +8,5 @@ import { MinimatchOptions } from './index.js'; | |||
| 8 | 8 | * that exact character. In this mode, `\` is _not_ escaped, because it is | |
| 9 | 9 | * not interpreted as a magic character, but instead as a path separator. | |
| 10 | 10 | */ | |
| 11 | - export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string; | ||
| 11 | + export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string; | ||
| 12 | 12 | //# sourceMappingURL=escape.d.ts.map | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ import { MinimatchOptions } from './index.js'; | |||
| 13 | 13 | * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped | |
| 14 | 14 | * or unescaped. | |
| 15 | 15 | */ | |
| 16 | - export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string; | ||
| 16 | + export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string; | ||
| 17 | 17 | //# sourceMappingURL=unescape.d.ts.map | |
| Back | FazBrowse Home | New Git URL |
0 commit comments