UNPKG

geospatialdraw

Version:
4 lines (3 loc) 139 B
declare const decodeHtml: (html: string) => string; declare const encodeHtml: (text: string) => string; export { decodeHtml, encodeHtml };