This commit is contained in:
Ryan Cao 2022-06-10 20:24:28 +08:00
parent dcd1d2a17d
commit c0cb2fed0b
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
3 changed files with 37 additions and 20 deletions

View file

@ -1,5 +1,3 @@
import fetch from 'node-fetch';
interface SimplifiedMetaVersion {
recommended: boolean;
type: 'release' | 'snapshot';