UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

10 lines (9 loc) 206 B
import { call } from '../../core'; /** * 从本地缓存中移除指定 key。 */ export const removeStorage = (options) => call({ ...options, service: 'storage', action: 'removeStorage', });