communications app, popup lib
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user