pack() function
Compress given data and returns binary string
Signature:
export declare function pack(data: any): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
any |
Returns:
string
{string}
Compress given data and returns binary string
Signature:
export declare function pack(data: any): string;
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
any |
Returns:
string
{string}