UNPKG

101 BTypeScriptView Raw
1declare let process : {
2 browser: string;
3 version: string;
4 platform: string;
5 arch: string;
6};