UNPKG

app-reviews

Version:

This module help you to have access to latest reviews in App Store and Google Play Store

9 lines (8 loc) 213 B
import { Config } from './global-types'; export default class Reviews { private config; private appStoreReviews; private playStoreReviews; constructor(config: Config); init(): Promise<void>; }