mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-05 12:44:10 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
export function is_array_values_supported() {
|
|
return typeof Array.prototype.values === 'function';
|
|
}
|