Documentation / @zerotal/flow / compiler/helpers / __esc
Function: __esc()
__esc(
v):string
Defined in: flow/src/compiler/helpers.ts:17
Escape a value for safe injection as HTML text content.
Parameters
v
unknown
Returns
string
Documentation / @zerotal/flow / compiler/helpers / __esc
__esc(
v):string
Defined in: flow/src/compiler/helpers.ts:17
Escape a value for safe injection as HTML text content.
unknown
string
On this page