You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
514 B
8 lines
514 B
/// <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;
|
|
|