1.0.2 • Published 3 years ago

easymasker v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Whats This?

Masking inputs with no effort! Easy and configurable

Installation

npm i easymasker --save

Then..

import {maskInput} from 'easymasker';

const_options= { maskWith: '^',fromIndex:4,toIndex:5};

const _maskedInput = easyMasker.maskInput('05536843029', options);

Options

{ maskWith: '^',
  fromIndex:4,
  toIndex:5
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago