mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-21 20:20:28 +00:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
exports.is_temporal_supported = function () {
|
|
return typeof Temporal === 'object';
|
|
};
|