Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "serialize"

Index

Type aliases

serializerFormat

serializerFormat: {}

Type declaration

serializerFunction

serializerFunction: (any: any) => string | number | boolean

Type declaration

    • (any: any): string | number | boolean
    • Parameters

      • any: any

      Returns string | number | boolean

Variables

Const separator

separator: "|" = "|"

Functions

latLngArrayToStringMaybeEncoded

  • latLngArrayToStringMaybeEncoded(o: string | LatLng[]): string

latLngBoundsToString

  • latLngBoundsToString(latLngBounds: string | LatLngBounds): string

latLngToString

  • latLngToString(o: LatLng): string

objectToString

  • objectToString(o: string | object): string

serializer

  • serializer(format: serializerFormat, queryStringOptions?: object): (Anonymous function)
  • Parameters

    • format: serializerFormat
    • Default value queryStringOptions: object = {arrayFormat: "separator",arrayFormatSeparator: separator,}

    Returns (Anonymous function)

toLatLngLiteral

toTimestamp

  • toTimestamp(o: "now" | number | Date): number | "now"

Generated using TypeDoc