UNPKG

jmn-basic-elements

Version:

A collection of HMI elements representing P&ID entities made with JS-HMI.

6 lines (4 loc) 130 B
declare module 'html-escaper'{ export function escape(str:string) : string export function unescape(str:string) : string }