Files
meteor/packages/google-oauth/namespace.js
2017-04-07 18:50:17 +03:00

7 lines
212 B
JavaScript

// The module.exports object of this module becomes the Google namespace
// for other modules in this package.
Google = module.exports;
// So that api.export finds the "Google" property.
Google.Google = Google;