We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d312e4 commit ee0cdc9Copy full SHA for ee0cdc9
lib/node_modules/@stdlib/_tools/github/create-repo/lib/request.js
@@ -37,6 +37,7 @@ var RE = /^https/;
37
/**
38
* Queries an endpoint.
39
*
40
+* @private
41
* @param {Object} opts - request options
42
* @param {string} data - request data
43
* @param {Function} clbk - callback to invoke upon querying an endpoint
lib/node_modules/@stdlib/_tools/github/create-repo/lib/validate.js
@@ -34,6 +34,7 @@ var format = require( '@stdlib/string/format' );
34
35
* Validates function options.
36
* @param {Object} opts - destination object
* @param {Object} options - options to validate
* @param {string} options.token - GitHub access token
0 commit comments