UNPKG

@bscotch/gamemaker-releases

Version:

Utility for combining GameMaker release data into a single feed.

5 lines 384 B
import { Pathy } from '@bscotch/pathy'; import { GameMakerRelease, GameMakerReleaseWithNotes } from './feeds.types.js'; export declare function computeReleasesSummaryWithNotes(releases?: GameMakerRelease[], cache?: Pathy | string): Promise<GameMakerReleaseWithNotes[]>; export declare function computeReleasesSummary(): Promise<GameMakerRelease[]>; //# sourceMappingURL=feeds.d.ts.map