types
    Preparing search index...

    Interface Decoder

    interface Decoder {
        decode<T, R>(data: T): R;
    }
    Index

    Methods

    Methods