UNPKG

asf-file-props

Version:

Extract basic metadata from ASF/WMA/WMV files

3 lines (2 loc) 129 B
import { ASFFileProps } from "./ASFFileProps"; export declare const getASFProps: (file: File) => Promise<ASFFileProps | null>;