UNPKG

elysia

Version:

Ergonomic Framework for Human

7 lines (6 loc) 116 B
const isBun = typeof Bun !== "undefined"; const isDeno = typeof Deno !== "undefined"; export { isBun, isDeno };