Interface IMaskFactory

interface IMaskFactory {
    create<Opts>(el, opts): InputMask<Opts>;
}

Implemented by

Methods

Methods