mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
13 lines
275 B
JavaScript
13 lines
275 B
JavaScript
/*
|
|
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;
|