Skip to content

Commit 5c952c1

Browse files
committed
Add missing private annotation
1 parent 9048626 commit 5c952c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/node_modules/@stdlib/string/pad/lib/validate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var isBoolean = require( '@stdlib/assert/is-boolean' ).isPrimitive;
1313
/**
1414
* Validates function options.
1515
*
16+
* @private
1617
* @param {Object} opts - destination object
1718
* @param {Options} options - options to validate
1819
* @param {string} [options.lpad] - string used to left pad

0 commit comments

Comments
 (0)