Sha256: a8b29676d71506a9b343d0c6ac00bf2748301a749c97d2780fb66042fed159eb
Contents?: true
Size: 442 Bytes
Versions: 26
Compression:
Stored size: 442 Bytes
Contents
import { Path } from './matchRequestUrl.js'; /** * Normalizes a given request handler path: * - Preserves RegExp. * - Removes query parameters and hashes. * - Rebases relative URLs against the "baseUrl" or the current location. * - Preserves relative URLs in Node.js, unless specified otherwise. * - Preserves optional path parameters. */ declare function normalizePath(path: Path, baseUrl?: string): Path; export { normalizePath };
Version data entries
26 entries across 26 versions & 1 rubygems