NeahFront7/node_modules/next/dist/cli/next-telemetry.d.ts
2025-04-10 18:14:28 +02:00

8 lines
207 B
JavaScript

#!/usr/bin/env node
type NextTelemetryOptions = {
enable?: boolean;
disable?: boolean;
};
declare const nextTelemetry: (options: NextTelemetryOptions, arg: string) => void;
export { nextTelemetry };