UNPKG
spidereye
Version:
latest (1.0.0-beta.2)
1.0.0-beta.2
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.11
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
Client library for .Net SpiderEye apps
github.com/JBildstein/SpiderEye
JBildstein/SpiderEye
spidereye
/
dts
/
api
/
dialogs
/
file-filter.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
FileFilter
{
readonly
name
:
string
;
readonly
filters
:
string
[];
constructor
(
name
:
string
, ...
filters
:
string
[]
); }