PBKware JS Utils - v0.8.2
    Preparing search index...

    Interface StrictValidateResult

    interface StrictValidateResult {
        errorText: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    errorText: string
    success: boolean