UNPKG

@sls-next/core

Version:
6 lines (5 loc) 194 B
import { RoutesManifest } from "../types"; export declare const normalise: (uri: string, routesManifest: RoutesManifest) => { normalisedUri: string; missingExpectedBasePath: boolean; };