hexo/node_modules/ali-oss/lib/global.d.ts

7 lines
106 B
TypeScript

declare let process: {
browser: string;
version: string;
platform: string;
arch: string;
};