UNPKG
maxcso
Version:
latest (0.1130.16)
0.1130.16
0.1130.15
0.1130.14
0.1130.13
0.1130.12
0.1130.11
0.1130.10
0.1130.9
0.1130.8
0.1130.7
0.1130.6
0.1130.5
0.1130.4
0.1130.3
0.1130.2
0.1130.0
💿 maxcso binaries and wrapper for Node.js.
github.com/emmercm/maxcso-js
emmercm/maxcso-js
maxcso
/
dist
/
src
/
maxcso
/
maxcsoDecompress.d.ts
10 lines
(9 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
MaxcsoBinOptions
}
from
'./maxcsoBin.js'
;
export
interface
DecompressOptions
extends
MaxcsoBinOptions
{
inputFilename
:
string
;
outputFilename
:
string
; }
declare
const
_default
: {
decompress
(
options
:
DecompressOptions
):
Promise
<
void
>; };
export
default
_default;