6.7.0 - Alpha6 - Scrapers 工具 JSDoc @typedef 转换为 TypeScript 声明文件
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
// fetch-and-parse-gradle-releases.mjs
|
||||
|
||||
/**
|
||||
* @typedef {Object} GradleRelease
|
||||
* @property {string} versionName
|
||||
* @property {string} releaseDate
|
||||
* @property {Object} link
|
||||
* @property {string} link.bin
|
||||
* @property {string} link.all
|
||||
* @property {string} link.checksums
|
||||
*/
|
||||
|
||||
import * as cheerio from 'cheerio';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user