UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

4 lines (3 loc) 171 B
// isWebCliMode checks if we're running on the terminal server / web CLI const isWebCliMode = () => process.env.ABLY_WEB_CLI_MODE === "true"; export default isWebCliMode;