Type Alias DecoderFunction

DecoderFunction: ((content: ArrayBuffer, metadata: Object) => Promise<DecoderResult>)

This type represents a decoder function that takes content and metadata as input and returns a promise of a decoder result.