10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
/**
|
|
* GoogleAPI
|
|
*
|
|
* Under construction
|
|
*/
|
|
|
|
module.exports = function(){
|
|
console.log('module under construction');
|
|
};
|