upload, string extensions, lgres
This commit is contained in:
@ -1,10 +1,20 @@
|
||||
import { getCookie, setCookie, deleteCookie } from "./utility/cookie";
|
||||
import { get, post } from "./utility/request";
|
||||
import { init, r, lang } from "./utility/lgres";
|
||||
import { get, post, upload } from "./utility/request";
|
||||
import { nullOrEmpty, contains, endsWith, padStart } from "./utility/strings";
|
||||
|
||||
export {
|
||||
getCookie,
|
||||
setCookie,
|
||||
deleteCookie,
|
||||
init,
|
||||
r,
|
||||
lang,
|
||||
get,
|
||||
post
|
||||
post,
|
||||
upload,
|
||||
nullOrEmpty,
|
||||
contains,
|
||||
endsWith,
|
||||
padStart
|
||||
}
|
Reference in New Issue
Block a user