Files
minecraft-plugin-manager/frontend/webapp/node_modules/next/dist/cli/next-telemetry.d.ts
2025-04-13 00:18:57 +02:00

8 lines
214 B
JavaScript

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