Remove tags

This commit is contained in:
2026-04-26 19:32:30 +02:00
parent 9b9284d3d1
commit fb7ebe5fec
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
// sigpro 1.2.19
const isFunc = f => typeof f === "function"
const isObj = o => o && typeof o === "object"
const isArr = Array.isArray