UNPKG

qsu

Version:

qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.

1 lines 142 B
export function isEqual(t,...e){const n=e.length>0&&"object"==typeof e[0]?e[0]:e,o=n.length;for(let e=0;e<o;e+=1)if(n[e]!=t)return!1;return!0}