4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
exports.is_temporal_supported = function () {
|
|
return typeof Temporal === 'object';
|
|
};
|