django-vue3-admin-web/node_modules/@interactjs/utils/isWindow.js
2025-10-20 21:21:14 +08:00

12 lines
336 B
JavaScript

/**
* interact.js 1.10.27
*
* Copyright (c) 2012-present Taye Adeyemi <dev@taye.me>
* Released under the MIT License.
* https://raw.github.com/taye/interact.js/main/LICENSE
*/
var isWindow = thing => !!(thing && thing.Window) && thing instanceof thing.Window;
export { isWindow as default };
//# sourceMappingURL=isWindow.js.map