UNPKG
@nysds/nys-fileinput
Version:
latest (1.18.1)
next (1.16.0-alpha5)
1.18.1
1.18.0
1.17.0
1.16.1
1.16.0
1.16.0-alpha5
1.16.0-alpha4
1.15.1
1.15.0
1.14.0
1.13.1
1.13.0
1.12.0
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.3
1.5.0
1.4.0
The Fileinput component from the NYS Design System.
@nysds/nys-fileinput
/
dist
/
validateFileHeader.d.ts
2 lines
(1 loc)
•
90 B
TypeScript
View Raw
1
2
export
declare
function
validateFileHeader
(
file
:
File
,
accept
:
string
):
Promise
<
boolean
>;