mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 05:50:41 +00:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
function array(x) {
|
|
return typeof x === "object" && "length" in x ? x : Array.from(x);
|
|
}
|
|
export {
|
|
array as a
|
|
};
|
|
//# sourceMappingURL=array-b7dcf730.js.map
|