Files
vercel_dashboard_example/.pnpm-store/v11/files/5b/51d3661d0d15caac8885005b49c4a4689d0cb8003d5af91f38d12eb7f6ced60ad142e633a621bc46e09bbf6590e59b71598deb1bd4e103fe2124e569484c1e
T
2026-05-12 14:53:15 +00:00

6 lines
225 B
Plaintext

/**
* For a given page path, this function ensures that there is a leading slash.
* If there is not a leading slash, one is added, otherwise it is noop.
*/
export declare function ensureLeadingSlash(path: string): string;