mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-20 03:54:25 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
export function is_array_values_supported() {
|
|
return typeof Array.prototype.values === 'function';
|
|
}
|