Skip to content

useGetLocalKey

Introduction

获取本地存储Key的值

Basic Usage

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

const value = useGetLocalKey('xx');

Released under the MIT License.