UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

8 lines (7 loc) 260 B
/** * Constructs a public route path for StudioCMS resources. * * @param route - The specific route to be appended to the public path. * @returns The full public path for the given route. */ export declare function makePublicRoute(route: string): string;