Skip to main content
type alias CompressCallback

Definition

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