UNPKG

vite-uni-dev-tool

Version:

vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试

52 lines (43 loc) 930 B
export { isNil, isBoolean, isNumber, isObject, isArray, isFunction, isString, isNull, isSymbol, isUndefined, getValueType, transformValueToView, } from './language'; export { setValueByPath, getValueByPath, calculateObjectSize, formatStorageSize, serializeCircular, parseValue, } from './object'; export { throttle, debounce } from './function'; export { getFilePath, saveTextFileH5, saveTextFileMicro, saveTxtFileApp, } from './file'; export { getCurrentPagePath } from './page'; export { getCurrentDate, formatDate, sleep } from './date'; export { hightLight, escapeHTML, extractUrl, extractRowAndCol, parseStock, isMockWX, uniqueId, } from './string'; export { getWifiIp, getDeviceMac, getLanIp, getMicroAppIp } from './ip'; export { isAndroid, isH5, isWX } from './platform'; export { chunk } from './array';