UNPKG

opds-web-client

Version:
7 lines (6 loc) 223 B
import { MediaType } from "./../interfaces"; export declare const typeMap: Record<MediaType, { extension: string; name: string; }>; export declare const generateFilename: (str: string, extension: string) => string;