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