UNPKG

@brighter/storage-adapter-local

Version:

This is a local adapter for the @brighter/storage object storage library.

11 lines (8 loc) 171 B
import { Storage as StorageCore } from '@brighter/storage' const Storage = config => { return StorageCore({ ...config, type: 'local' }) } export { Storage }