Skip to main content

CompressCallback

type alias CompressCallback

Definition Jump to heading

(
error: Error | null,
result: Buffer,
) => void
Back to top