mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-07 14:05:39 +00:00
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;
|