UNPKG

100 BJavaScriptView Raw
1const array = require("extra-array");
2
3array.is([1, 2]);
4
5array.is([]);
6
7array.is(new Set([1, 2]));