mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 04:08:35 +00:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
exports.is_temporal_supported = function () {
|
|
return typeof Temporal === 'object';
|
|
};
|