1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/node_modules/inputmask/lib/dependencyLibs/inputmask.dependencyLib.jquery.js

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;