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