Skip to content

useRemoveLocalKey

Introduction

移除本地存储的Key

Basic Usage

ts
import { useClearLocal } from '@flypeng/tool/browser';

useRemoveLocalKey('xx');

Released under the MIT License.