UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

14 lines (11 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = contains; function contains(root, n) { if (!root) { return false; } return root.contains(n); }