This commit is contained in:
2026-01-19 15:40:45 +03:30
parent 0636f4dfbf
commit c0c612e1d8
342 changed files with 1562 additions and 4 deletions

View File

@@ -0,0 +1 @@
const i=(o,r,e)=>{if(!Array.isArray(o)||typeof r!="number"||typeof e!="number")return!1;const t=o.find(n=>r>=n.fromAge&&r<=n.toAge);if(!t)return!1;const f=t.toWeight*1.2;return e>=t.fromWeight&&e<=f};export{i};