index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
js-sys
/
tests
/
wasm
/
Temporal.js
blob: f006a7bb803e247165d902d16393fdaa8959725d (
plain
)
1
2
3
exports
.
is_temporal_supported
=
function
()
{
return
typeof
Temporal
===
'object'
;
};