Update plants.js

This commit is contained in:
Alexthetransfem 2025-07-18 16:24:59 -05:00 committed by GitHub
parent 0d5b1e899c
commit 7f55db27d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/*
Version 2.1.0
*/
let is2d = (arr)=>{
return arr.some(item => Array.isArray(item));
}