Initial boiler plate project
This commit is contained in:
7
node_modules/next/dist/cli/next-telemetry.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/cli/next-telemetry.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
type NextTelemetryOptions = {
|
||||
enable?: boolean;
|
||||
disable?: boolean;
|
||||
};
|
||||
declare const nextTelemetry: (options: NextTelemetryOptions, arg: string) => void;
|
||||
export { nextTelemetry };
|
||||
Reference in New Issue
Block a user