UNPKG

@bscotch/gamemaker-releases

Version:

Utility for combining GameMaker release data into a single feed.

13 lines 280 B
export declare function ideFeedUrls(): { lts: string; stable: string; beta: string; unstable: string; }; export declare function runtimeFeedUrls(): { lts: string; stable: string; beta: string; unstable: string; }; //# sourceMappingURL=urls.d.ts.map