Initial boiler plate project
This commit is contained in:
18
node_modules/next/dist/telemetry/anonymous-meta.d.ts
generated
vendored
Normal file
18
node_modules/next/dist/telemetry/anonymous-meta.d.ts
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/// <reference types="node" />
|
||||
type AnonymousMeta = {
|
||||
systemPlatform: NodeJS.Platform;
|
||||
systemRelease: string;
|
||||
systemArchitecture: string;
|
||||
cpuCount: number;
|
||||
cpuModel: string | null;
|
||||
cpuSpeed: number | null;
|
||||
memoryInMb: number;
|
||||
isDocker: boolean;
|
||||
isNowDev: boolean;
|
||||
isWsl: boolean;
|
||||
isCI: boolean;
|
||||
ciName: string | null;
|
||||
nextVersion: string;
|
||||
};
|
||||
export declare function getAnonymousMeta(): AnonymousMeta;
|
||||
export {};
|
||||
Reference in New Issue
Block a user