@relicx_/kernel 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -936,4 +936,4 @@ declare class Validate {
|
|
|
936
936
|
static IsExpired(uSeconds: number): boolean;
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
export { AppsflyerAds, type AppsflyerAdsEvent, Base64Encode, BigMap, ConnId, ConnStatus, CreateAdWorker, CreateDatabase, CreateFileCache, CreateHTTPWorker, CreateNetworker, CreateResourceLoader, CreateScriptLoader, CreateTimer, DBConnection, Database, Decrypt, type DeserializeFunc, Deserialize_KernelHeartbeat, Encrypt, EncryptFile, FacebookAds, type FacebookAdsEvent, GAdWorker, GConfig, GDatabase, GFileCache, GGameApplication, GHttpWorker, GListHeadIterManager, GNetWorker, GPercentBase, GRandRatioBase, GResourceLoader, GScriptLoader, GTimer, GameApplication, GeoIP, type GetMessageSizeFunc, GetMessageSize_KernelHeartbeat, GoogleAds, type GoogleAdsEvent, HMACSHA1, HMACSHA1Base64, HMACSHA256, HTTPRequest, HitRate, type IPCache, type IRedisInterface, type ISQLInterface, type ITimerEvent, InitList, IsLocal, type JsonBody, type KernelHeartbeat, KernelMessageId, KwaiAds, List, ListAdd, ListAddHead, ListAddTail, ListDel, ListHead, ListInit, ListRemoveHead, ListRemoveTail, LoadGlobalConfig, Logger, MD5, MakeSocketId, type MessageDealerFunc, Module, type NetConfigure, NetConnection, Random, RedisConnection, ResTypes, RoundId, SHA256, SQLConnection, type SerializeFunc, Serialize_KernelHeartbeat, Thread, Timer, Utils, Validate, WSCloseReason };
|
|
939
|
+
export { AppsflyerAds, type AppsflyerAdsEvent, Base64Encode, BigMap, type Configure, ConnId, ConnStatus, CreateAdWorker, CreateDatabase, CreateFileCache, CreateHTTPWorker, CreateNetworker, CreateResourceLoader, CreateScriptLoader, CreateTimer, DBConnection, Database, Decrypt, type DeserializeFunc, Deserialize_KernelHeartbeat, Encrypt, EncryptFile, FacebookAds, type FacebookAdsEvent, GAdWorker, GConfig, GDatabase, GFileCache, GGameApplication, GHttpWorker, GListHeadIterManager, GNetWorker, GPercentBase, GRandRatioBase, GResourceLoader, GScriptLoader, GTimer, GameApplication, GeoIP, type GetMessageSizeFunc, GetMessageSize_KernelHeartbeat, GoogleAds, type GoogleAdsEvent, HMACSHA1, HMACSHA1Base64, HMACSHA256, HTTPRequest, HitRate, type IPCache, type IRedisInterface, type ISQLInterface, type ITimerEvent, InitList, IsLocal, type JsonBody, type KernelHeartbeat, KernelMessageId, KwaiAds, List, ListAdd, ListAddHead, ListAddTail, ListDel, ListHead, ListInit, ListRemoveHead, ListRemoveTail, LoadGlobalConfig, Logger, MD5, MakeSocketId, type MessageDealerFunc, Module, type NetConfigure, NetConnection, Random, RedisConnection, ResTypes, RoundId, SHA256, SQLConnection, type SerializeFunc, Serialize_KernelHeartbeat, Thread, Timer, Utils, Validate, WSCloseReason };
|