UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

9 lines (8 loc) 330 B
export default class JsUtils { static isString(value: any): boolean; static isFunction(value: any): boolean; static isNotEmpty(value: any): any; static isEmpty(value: any): boolean; static parseObjectSafe(content: string, def?: any): any; static encodeMap(map?: Record<string, any>): string | undefined; }