Skip to content

Commit e88b474

Browse files
chore: fix Lint error
1 parent 98fbb92 commit e88b474

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • lib/node_modules/@stdlib/utils/lib

lib/node_modules/@stdlib/utils/lib/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ setReadOnly( utils, 'anyBy', require( '@stdlib/utils/any-by' ) );
6767
*/
6868
setReadOnly( utils, 'anyByRight', require( '@stdlib/utils/any-by-right' ) );
6969

70-
/**
71-
* @name anyInBy
72-
* @memberof utils
73-
* @readonly
74-
* @type {Function}
75-
* @see {@link module:@stdlib/object/any-in-by}
76-
*/
77-
setReadOnly( utils, 'anyInBy', require( '@stdlib/object/any-in-by' ) );
78-
7970
/**
8071
* @name anyOwnBy
8172
* @memberof utils

0 commit comments

Comments
 (0)