mirror of
https://github.com/danbulant/jose
synced 2026-05-20 04:48:52 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
export function isCloudflareWorkers() {
|
|
return false;
|
|
}
|
|
export function isNodeJs() {
|
|
return true;
|
|
}
|