timesfm-ts - v1.0.0
    Preparing search index...

    Interface ProcessingDescriptor

    Pre/post-processing strategy flags.

    interface ProcessingDescriptor {
        preprocessing: string;
        postprocessing: readonly string[];
    }
    Index

    Properties

    preprocessing: string
    postprocessing: readonly string[]