undefineds

This commit is contained in:
Henry Jameson 2026-08-04 20:33:19 +03:00
commit f16e19d2b2
16 changed files with 25 additions and 25 deletions

View file

@ -40,7 +40,7 @@ export const paramsString = (params = {}) => {
if (
typeof v === 'object' ||
typeof v === 'function' ||
typeof v === 'undefined'
v === undefined
)
throw new TypeError('Array param cannot contain non-primitives!')
})