CmpStr - v3.2.1
    Preparing search index...

    Interface CmpStrResult

    CmpStrResult represents a simplified result for user-facing API methods.

    interface CmpStrResult {
        match: number;
        source: string;
        target: string;
    }
    Index

    Properties

    Properties

    match: number
    source: string
    target: string