UNPKG

wx-updata

Version:

微信小程序官方 setData 替代品

4 lines (3 loc) 205 B
/// <reference path="./types/index.d.ts" /> export declare const objToPath: (obj: Object, prefix: String, store: Object) => Object export declare const updataInit: (Page: Object, conf: Object) => Function