MCPcopy Create free account
hub / github.com/baiwumm/react-admin / removeLocalStorageItem

Function removeLocalStorageItem

Xmw_web/src/utils/index.ts:112–114  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

110 * @author: 白雾茫茫丶
111 */
112export const removeLocalStorageItem = (key: string) => {
113 localStorage.removeItem(key);
114}
115
116/**
117 * @description: AES/DES密钥

Callers 3

AvatarPropsFunction · 0.90
ChangePasswordFunction · 0.90
logoutToLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected