next-telemetry.d.ts 133 B

1234
  1. #!/usr/bin/env node
  2. import { cliCommand } from '../lib/commands';
  3. declare const nextTelemetry: cliCommand;
  4. export { nextTelemetry };