UNPKG
firmament-vita
Version:
latest (1.1.11)
1.1.11
1.1.10
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Firmament module for automating VITA tasks
github.com/jreeme/firmament-vita
jreeme/firmament-vita
firmament-vita
/
js
/
implementations
/
options-results
/
unzip-file-options-impl.d.ts
9 lines
(8 loc)
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
UnZipFileOptions
}
from
"../../interfaces/vita-options-results"
;
export
declare
class
UnZipFileOptionsImpl
implements
UnZipFileOptions
{
zippedFiles
:
string
[];
targetFolder
:
string
;
deleteOriginalZipFile
:
boolean
;
foldersOfZippedFiles
:
string
[];
validate
():
void
; }