Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
17
node_modules/next/dist/telemetry/anonymous-meta.d.ts
generated
vendored
Normal file
17
node_modules/next/dist/telemetry/anonymous-meta.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue