UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

4 lines (3 loc) 179 B
import { ValidatorRules } from '../../utils/Validator/types'; export declare const isANCVNumber: (text: any) => boolean; export declare const ancvValidationRules: ValidatorRules;