You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/language/src/index.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ var is = require('is');
26
26
varv1=require('./v1');
27
27
varv1beta2=require('./v1beta2');
28
28
29
-
var_GAPICS={
29
+
varGAPIC_APIS={
30
30
v1: v1,
31
31
v1beta2: v1beta2
32
32
};
@@ -56,8 +56,10 @@ var Document = require('./document.js');
56
56
* @resource [Cloud Natural Language API Documentation]{@link https://cloud.google.com/natural-language/docs}
0 commit comments