UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

15 lines (14 loc) 717 B
export * from './affixes-filter-preprocessor'; export * from './decimal-zero-padding-postprocessor'; export * from './empty-postprocessor'; export * from './initialization-only-preprocessor'; export * from './leading-minus-deletion-preprocessor'; export * from './leading-zeroes-validation-postprocessor'; export * from './min-max-postprocessor'; export * from './non-removable-chars-deletion-preprocessor'; export * from './not-empty-integer-part-preprocessor'; export * from './number-prefix-postprocessor'; export * from './pseudo-character-preprocessor'; export * from './repeated-decimal-separator-preprocessor'; export * from './thousand-separator-postprocessor'; export * from './zero-precision-preprocessor';