Variable: e

Estimated reading time: less than 1 minute
const e: typeof escape = escape

Alias of escape to reduce verbosity.

Example

import { e } from '@kitajs/html'

;<div>{e`My name is ${user.name}!`}</div>