UNPKG

@fmal/cerebral-storage

Version:

Storage provider for Cerebral

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