
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
9 lines
514 B
TypeScript
9 lines
514 B
TypeScript
/// <reference types="miniprogram-api-typings" />
|
|
export declare function isDef(value: any): boolean;
|
|
export declare function isObj(x: any): boolean;
|
|
export declare function isNumber(value: any): boolean;
|
|
export declare function range(num: number, min: number, max: number): number;
|
|
export declare function nextTick(fn: Function): void;
|
|
export declare function getSystemInfoSync(): WechatMiniprogram.GetSystemInfoSuccessCallbackResult;
|
|
export declare function addUnit(value?: string | number): string | undefined;
|