IOweb/node_modules/astro/dist/vite-plugin-astro-server/util.d.ts
2026-07-03 15:07:38 -05:00

3 lines
149 B
TypeScript

export declare const rawRE: RegExp;
export declare const inlineRE: RegExp;
export declare const isBuildableCSSRequest: (request: string) => boolean;