UNPKG

@fmal/cerebral-storage

Version:

Storage provider for Cerebral

5 lines (4 loc) 182 B
import { ActionCtx } from './types'; export default function getStorageFactory(key: string): ({ storage, resolve, path }: ActionCtx) => Promise<any> | { value: string | null; };