Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lower-case-url-serializer"

Index

Functions

makePathLowerCase

  • makePathLowerCase(segmentGroup: UrlSegmentGroup): void
  • Recursive walks all segments of the segment group and converts the path of each segment to lower case. Useful to build e.g. an url serializer that converts the path to lower case while not touching the query or fragment part.

    Parameters

    • segmentGroup: UrlSegmentGroup

      The segment group to convert.

    Returns void

Generated using TypeDoc