@yorkjs/wechat
Version:
process wechat auth/pay/share tool
7 lines (6 loc) • 321 B
TypeScript
import { Config } from './type';
export declare function init(config: Config): void;
export declare function getGlobalConfig(): Config;
export declare function getStorage(key: string): any;
export declare function setStorage(key: string, value: any): void;
export declare function removeStorage(key: string): void;