INNER CODE UNIT · TypeScript

toMask

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

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

// TextInputMaskMethods

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…