UNPKG

mid-apis

Version:

Apis的中间层,接收数据并上传给服务器

4 lines (3 loc) 155 B
export declare const getGlobalThis: () => any; export declare const isBrowser: () => boolean; export declare const isArray: (arg: any) => arg is any[];