@tsdotnet/uri - v1.1.0
    Preparing search index...

    Function parse

    • Parses a string for valid query param entries and pipes them through a handler.

      Parameters

      • query: string
      • entryHandler: (key: string, value: Primitive) => void
      • deserialize: boolean = true

        Default is true.

      • decodeValues: boolean = true

        Default is true.

      Returns void