mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 00:59:29 +08:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
/// <reference path="./escape-html.d.ts" />
|
|
|
|
import * as escapeHTML from "escape-html";
|
|
|
|
const result = escapeHTML("foo & bar");
|