Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "builtin/filters/html"

Index

Functions

Object literals

Functions

escape

  • escape(str: string): string

unescape

  • unescape(str: string): string

Object literals

Const escapeMap

escapeMap: object

"

": string = """

&

&: string = "&"

'

': string = "'"

<

<: string = "&lt;"

>

>: string = "&gt;"

Const unescapeMap

unescapeMap: object

"

": string = """

'

': string = "'"

&

&: string = "&"

>

>: string = ">"

<

<: string = "<"

Generated using TypeDoc