mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-23 18:52:50 +02:00
3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
exports.is_temporal_supported = function () {
|
|
return typeof Temporal === 'object';
|
|
};
|