INNER CODE UNIT · TypeScript

isValid

bhrott/react-native-masked-text · index.d.ts:83

    function isValid(
        type: string,
        value: string,
        options?: TextInputMaskOptionProp
    ): boolean
}

// TextInputMaskMethods
export class TextInputMaskMethods {
    getElement(): TextInput
    getRawValue(): string
    isValid(): boolean
}

// TextInputMasked
export type TextInputMasked = TextInputMaskMethods | null

// TextMaskMethods

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…