Skip to main content
CompressCallback - Node documentation
type alias CompressCallback

Definition

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