Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
CompressionLevel
Provides validation of comression levels used for the zip and gzip compression algorithms.
Nested types and modules
Type | Description |
T |
Defines the compression level type. |
Functions and values
Function or value | Description |
create(level)
Signature: level:int -> T
|
Constructs a |
Default
Signature: T
|
The default compression level. |
value(arg1)
Signature: T -> int
|
Retrieves the numeric compression level. |