mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-22 18:32:51 +02:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
export function is_array_values_supported() {
|
|
return typeof Array.prototype.values === 'function';
|
|
}
|