Skip to content

Commit 3a57616

Browse files
remove: remove any-own-by from namespace
This commit removes the `any-own-by` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `any-own-by` To migrate, users should access the same symbol via the `@stdlib/obejct` namespace. Ref: #6756
1 parent 593681a commit 3a57616

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

lib/node_modules/@stdlib/utils/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import any = require( '@stdlib/utils/any' );
2424
import anyBy = require( '@stdlib/utils/any-by' );
2525
import anyByRight = require( '@stdlib/utils/any-by-right' );
2626
import anyInBy = require( '@stdlib/utils/any-in-by' );
27-
import anyOwnBy = require( '@stdlib/utils/any-own-by' );
2827
import append = require( '@stdlib/utils/append' );
2928
import argumentFunction = require( '@stdlib/utils/argument-function' );
3029
import async = require( '@stdlib/utils/async' );

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 anyOwnBy
72-
* @memberof utils
73-
* @readonly
74-
* @type {Function}
75-
* @see {@link module:@stdlib/utils/any-own-by}
76-
*/
77-
setReadOnly( utils, 'anyOwnBy', require( '@stdlib/utils/any-own-by' ) );
78-
7970
/**
8071
* @name append
8172
* @memberof utils

0 commit comments

Comments
 (0)