UNPKG
ng2-file-type
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Angular input file type directive
github.com/pkantsedalov/ng2-file-type
pkantsedalov/ng2-file-type
ng2-file-type
/
file-type-restrictions.interface.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
type
FileTypeRestriction
=
RegExp
|
string
|
string
[];