UNPKG

alm

Version:

The best IDE for TypeScript

6 lines (5 loc) 112 B
// escape-html declare module 'escape-html' { function escape(html: string): string; export = escape; }