ml-spectra-processing
    Preparing search index...

    Interface XCheckOptions

    interface XCheckOptions {
        minLength?: number;
    }
    Index

    Properties

    Properties

    minLength?: number

    Minimum length. Must be at least 1 because the first element is always checked.

    1