UNPKG

inputmask

Version:

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.

14 lines (11 loc) 288 B
/* Input Mask plugin dependencyLib http://github.com/RobinHerbots/jquery.inputmask Copyright (c) Robin Herbots Licensed under the MIT license */ import jQuery from "jquery"; if (jQuery === undefined) { throw new Error("jQuery not loaded!"); } export default jQuery;