UNPKG

zmp-ui

Version:

Zalo Mini App framework

10 lines (9 loc) 167 B
"use strict"; exports.__esModule = true; exports["default"] = contains; function contains(root, n) { if (!root) { return false; } return root.contains(n); }