UNPKG
asf-file-props
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Extract basic metadata from ASF/WMA/WMV files
github.com/chamie/asf-file-props
chamie/asf-file-props
asf-file-props
/
dist
/
parser-web.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
{
ASFFileProps
}
from
"./ASFFileProps"
;
export
declare
const
getASFProps
:
(
file
:
File
) =>
Promise
<
ASFFileProps
|
null
>;