communications app, popup lib

This commit is contained in:
2023-04-08 11:46:20 +08:00
parent 449196b491
commit f85d4c9903
25 changed files with 746 additions and 279 deletions

View File

@ -1,7 +1,7 @@
import { getCookie, setCookie, deleteCookie } from "./utility/cookie";
import { init, r, lang } from "./utility/lgres";
import { get, post, upload } from "./utility/request";
import { nullOrEmpty, contains, endsWith, padStart, formatUrl } from "./utility/strings";
import { nullOrEmpty, contains, endsWith, padStart, formatUrl, escapeHtml } from "./utility/strings";
let g = typeof globalThis !== 'undefined' ? globalThis : self;
@ -58,6 +58,7 @@ export {
endsWith,
padStart,
formatUrl,
escapeHtml,
// variables
g as global,
isPositive,