Actualizar sigpro.js

This commit is contained in:
2026-04-15 00:43:56 +02:00
parent 64ead15875
commit 52ec5f46c3

View File

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