diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
| commit | ca8e6824eaa711105f4092365792720c9dde026b (patch) | |
| tree | 2b6493941352d11b799ee63d3f1311c13de649b8 /website/src/loaders/extended-glob.d.ts | |
| parent | a0f25057283a397f006127b6f582d190d2c4294e (diff) | |
remove Astro website
Diffstat (limited to 'website/src/loaders/extended-glob.d.ts')
| -rw-r--r-- | website/src/loaders/extended-glob.d.ts | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/website/src/loaders/extended-glob.d.ts b/website/src/loaders/extended-glob.d.ts deleted file mode 100644 index 87a4814..0000000 --- a/website/src/loaders/extended-glob.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This file is edited from astro/loaders/glob.d.ts - */ - -import type { glob, Loader } from "astro/loaders"; -type GlobOptions = Parameters<typeof glob>[0]; -/** - * Loads multiple entries, using a glob pattern to match files. - * @param pattern A glob pattern to match files, relative to the content directory. - * @param ignore Glob patterns to exclude from the matched results. - */ -export declare function extendedGlob( - globOptions: GlobOptions & { - postprocessSlug?: (slug: string) => string; - ignore?: string[]; - }, -): Loader; -export {}; |
