UNPKG

@fmal/cerebral-storage

Version:

Storage provider for Cerebral

3 lines (2 loc) 165 B
import { ActionCtx } from './types'; export default function removeStorageFactory(key: string): ({ storage, resolve, path }: ActionCtx) => Promise<any> | undefined;