Migrate info

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D16763995

fbshipit-source-id: 635e029ea33ab645d0e4d52640fae49eb254ac1c
This commit is contained in:
Pascal Hartig
2019-08-13 08:19:52 -07:00
committed by Facebook Github Bot
parent 1b99e8b830
commit e7cf4380bc

View File

@@ -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;
}, };
}; };
/** /**