UNPKG

@azteam/google-api

Version:

N/A

12 lines (9 loc) 486 B
import GmailAPI from './GmailAPI'; import GoogleDriveAPI from './GoogleDriveAPI'; import GoogleIndexingAPI from './GoogleIndexingAPI'; import GoogleOAuth2API from './GoogleOAuth2API'; import GoogleSearchConsoleAPI from './GoogleSearchConsoleAPI'; import GoogleSheetAPI from './GoogleSheetAPI'; import YoutubeAPI from './YoutubeAPI'; export {GoogleOAuth2API, GoogleDriveAPI, GmailAPI, GoogleSheetAPI, YoutubeAPI, GoogleIndexingAPI, GoogleSearchConsoleAPI}; export * from './constant';