UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

7 lines (6 loc) 163 B
import { Hook } from '@oclif/core'; /** * Hook to intercept the --version flag and support JSON output */ declare const hook: Hook<'init'>; export default hook;