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

7 lines
100 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
declare let process: {
browser: string;
version: string;
platform: string;
arch: string;
};