UNPKG

can-can-word-bug

Version:

can-can-word-bug 是一个 TS 编写的工具库

8 lines (7 loc) 187 B
const c = (o, n = document.body) => { const t = n.getBoundingClientRect(), e = o.getBoundingClientRect(); return e.top >= t.top && e.bottom <= t.bottom; }; export { c as default };