UNPKG

nfo-parser

Version:
4 lines 235 B
import { MediaInfo } from "shared-types"; export declare function parser(filePath: string): Promise<Record<any, any>>; export declare function extractMediaInfo(filePath: string): Promise<MediaInfo>; //# sourceMappingURL=parser.d.ts.map