UNPKG

@hv/celestial

Version:

A styleguide for documenting your Astro-components

5 lines 266 B
import { CelestialDoc } from "../types.js"; export declare function slugify(input: string): string; export declare function slugifyPath(path: string): string; export declare function getParamsForSubdoc(doc: CelestialDoc): string; //# sourceMappingURL=string.d.ts.map