UNPKG

what-to-play

Version:

Score aggregator for lists of games

9 lines (8 loc) 283 B
export * from "./output"; export * as gog from "./gog"; export * as hltb from "./howlongtobeat"; export * as metacritic from "./metacritic"; export * as platform from "./platform"; export * as search from "./search"; export * as steam from "./steam"; export * as util from "./util";