UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

4 lines (3 loc) 145 B
// Helper function to tell if we're in test mode. const isTestMode = () => process.env.ABLY_CLI_TEST_MODE === "true"; export default isTestMode;