UNPKG

107 BJavaScriptView Raw
1function t(r) {
2 return typeof r == "object" && "length" in r ? r : Array.from(r);
3}
4export {
5 t as a
6};