2025-09-05 14:59:21 +08:00

2 lines
89 B
JavaScript

function r(e,n){for(let t of e)if(t.contains(n))return!0;return!1}export{r as contains};