1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
Oinktube/node_modules/inputmask/lib/dependencyLibs/inputmask.dependencyLib.jquery.js
2022-09-21 13:51:50 -03:00

13 lines
No EOL
262 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 "jQuery not loaded!";
}
export default jQuery;