Migrate info
Summary: _typescript_ Reviewed By: danielbuechele Differential Revision: D16763995 fbshipit-source-id: 635e029ea33ab645d0e4d52640fae49eb254ac1c
This commit is contained in:
committed by
Facebook Github Bot
parent
1b99e8b830
commit
e7cf4380bc
@@ -8,12 +8,12 @@
|
|||||||
import os from 'os';
|
import os from 'os';
|
||||||
|
|
||||||
export type Info = {
|
export type Info = {
|
||||||
arch: string,
|
arch: string;
|
||||||
platform: string,
|
platform: string;
|
||||||
unixname: string,
|
unixname: string;
|
||||||
versions: {
|
versions: {
|
||||||
[key: string]: ?string,
|
[key: string]: string | undefined;
|
||||||
},
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Reference in New Issue
Block a user