export * from './state/index';

/**
 * 支持方法
 *  ask(key: string)
 *  clean(key?: string) 不传参即为清除所有的 key
 *  give(key: string, value: any, { opts?: Options })
 * 支持属性
 *  readonly: boolean
 */