UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

7 lines (6 loc) 134 B
export const enum AFFINITY_CALCULATION_STRATEGY { WHOLE_STRING = 0, PREFIX = 1, CAPACITY = 2, EXTRACTED_VALUE_CAPACITY = 3, }