Skip to main content

PackerParams type

parameters for any packer

Signature:

export type PackerParams = {
[key in string]: any;
};