Open
Description
I just fall in the hole these days.
https://github.com/goatslacker/alt/blob/master/src/utils/AltUtils.js#L54-L57
export function dispatchIdentity(x, ...a) {
if (x === undefined) return null
return a.length ? [x].concat(a) : x
}
Metadata
Metadata
Assignees
Labels
No labels