Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImmutable

Represents a mutable collection of search parameters

Hierarchy

Index

Methods

entries

  • entries(): IterableIterator<[string, string]>

get

  • get(name: string): string | null

getAll

  • getAll(name: string): Array<string>

has

  • has(name: string): boolean

keys

  • keys(): IterableIterator<string>

toString

  • toString(): string

values

  • values(): IterableIterator<string>