astro-ghostcms/.pnpm-store/v3/files/2b/36d7295cadfe59a97b6d6641d05...

10 lines
437 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { GetModuleInfo } from 'rollup';
import type { AstroSettings } from '../../@types/astro.js';
export declare function shortHashedName(id: string, ctx: {
getModuleInfo: GetModuleInfo;
}): string;
export declare function createNameHash(baseId: string | undefined, hashIds: string[]): string;
export declare function createSlugger(settings: AstroSettings): (id: string, ctx: {
getModuleInfo: GetModuleInfo;
}) => string;