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
/
index.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ getASFProps
as
node }
from
'./parser-node.js'
;
declare
const
_default
: {
node
:
typeof
node;
web
:
(
file
:
File
) =>
Promise
<
import
(
"./ASFFileProps.js"
).
ASFFileProps
|
null
>; };
export
default
_default;