UNPKG

streamby-core

Version:

StreamBy middleware framework for media storage management

6 lines (5 loc) 203 B
import { Router } from 'express'; import { StreamByConfig, StorageAdapter } from '../../types'; export declare function storageRouter(config: StreamByConfig & { adapter?: StorageAdapter; }): Router;