Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils/stringify"

Index

Functions

Functions

stringify

  • stringify(value: any, replacer: any, spaces: number, escape: boolean): string
  • Stringify JSON, like JSON.stringify, but v8 optimized, with the ability to escape characters that can trigger HTML sniffing.

    Parameters

    • value: any
    • replacer: any
    • spaces: number
    • escape: boolean

    Returns string

Generated using TypeDoc