mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 22:11:45 +03:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
export function is_array_values_supported() {
|
||
|
return typeof Array.prototype.values === 'function';
|
||
|
}
|