Skip to content

Commit ee0cdc9

Browse files
committed
Fix missing private annotations
1 parent 7d312e4 commit ee0cdc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/node_modules/@stdlib/_tools/github/create-repo/lib/request.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var RE = /^https/;
3737
/**
3838
* Queries an endpoint.
3939
*
40+
* @private
4041
* @param {Object} opts - request options
4142
* @param {string} data - request data
4243
* @param {Function} clbk - callback to invoke upon querying an endpoint

lib/node_modules/@stdlib/_tools/github/create-repo/lib/validate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var format = require( '@stdlib/string/format' );
3434
/**
3535
* Validates function options.
3636
*
37+
* @private
3738
* @param {Object} opts - destination object
3839
* @param {Object} options - options to validate
3940
* @param {string} options.token - GitHub access token

0 commit comments

Comments
 (0)