UNPKG

@cerebral/storage

Version:
4 lines (3 loc) 165 B
export function setStorage(key: string, value: any): Function export function getStorage(key: string): Function export function removeStorage(key: string): Function