File tree Expand file tree Collapse file tree 18 files changed +15
-29
lines changed Expand file tree Collapse file tree 18 files changed +15
-29
lines changed Original file line number Diff line number Diff line change @@ -2640,7 +2640,7 @@ noneBy,"@stdlib/utils/none-by"
2640
2640
noneByAsync,"@stdlib/utils/async/none-by"
2641
2641
noneByRight,"@stdlib/utils/none-by-right"
2642
2642
noneByRightAsync,"@stdlib/utils/async/none-by-right"
2643
- noneInBy,"@stdlib/utils /none-in-by"
2643
+ noneInBy,"@stdlib/object /none-in-by"
2644
2644
nonEnumerableProperties,"@stdlib/utils/nonenumerable-properties"
2645
2645
nonEnumerablePropertiesIn,"@stdlib/utils/nonenumerable-properties-in"
2646
2646
nonEnumerablePropertyNames,"@stdlib/utils/nonenumerable-property-names"
Original file line number Diff line number Diff line change @@ -2640,7 +2640,7 @@ noneBy,"@stdlib/utils-none-by"
2640
2640
noneByAsync,"@stdlib/utils-async-none-by"
2641
2641
noneByRight,"@stdlib/utils-none-by-right"
2642
2642
noneByRightAsync,"@stdlib/utils-async-none-by-right"
2643
- noneInBy,"@stdlib/utils -none-in-by"
2643
+ noneInBy,"@stdlib/object -none-in-by"
2644
2644
nonEnumerableProperties,"@stdlib/utils-nonenumerable-properties"
2645
2645
nonEnumerablePropertiesIn,"@stdlib/utils-nonenumerable-properties-in"
2646
2646
nonEnumerablePropertyNames,"@stdlib/utils-nonenumerable-property-names"
Original file line number Diff line number Diff line change @@ -262,10 +262,10 @@ ns.push({
262
262
'value' : require ( '@stdlib/object/every-in-by' ) ,
263
263
'type' : 'Function' ,
264
264
'related' : [
265
- '@stdlib/utils /any-in-by' ,
266
- '@stdlib/utils /none-in-by' ,
265
+ '@stdlib/object /any-in-by' ,
266
+ '@stdlib/object /none-in-by' ,
267
267
'@stdlib/object/some-in-by' ,
268
- '@stdlib/utils /every-by' ,
268
+ '@stdlib/object /every-by' ,
269
269
'@stdlib/object/every-own-by'
270
270
]
271
271
} ) ;
Original file line number Diff line number Diff line change @@ -962,8 +962,8 @@ ns.push({
962
962
963
963
ns . push ( {
964
964
'alias' : 'noneInBy' ,
965
- 'path' : '@stdlib/utils /none-in-by' ,
966
- 'value' : require ( '@stdlib/utils /none-in-by' ) ,
965
+ 'path' : '@stdlib/object /none-in-by' ,
966
+ 'value' : require ( '@stdlib/object /none-in-by' ) ,
967
967
'type' : 'Function' ,
968
968
'related' : [
969
969
'@stdlib/utils/any-in-by' ,
Original file line number Diff line number Diff line change 2640
2640
"@stdlib/utils/async/none-by",noneByAsync
2641
2641
"@stdlib/utils/none-by-right",noneByRight
2642
2642
"@stdlib/utils/async/none-by-right",noneByRightAsync
2643
- "@stdlib/utils /none-in-by",noneInBy
2643
+ "@stdlib/object /none-in-by",noneInBy
2644
2644
"@stdlib/utils/nonenumerable-properties",nonEnumerableProperties
2645
2645
"@stdlib/utils/nonenumerable-properties-in",nonEnumerablePropertiesIn
2646
2646
"@stdlib/utils/nonenumerable-property-names",nonEnumerablePropertyNames
Original file line number Diff line number Diff line change 2640
2640
"@stdlib/utils/async/none-by","@stdlib/utils-async-none-by"
2641
2641
"@stdlib/utils/none-by-right","@stdlib/utils-none-by-right"
2642
2642
"@stdlib/utils/async/none-by-right","@stdlib/utils-async-none-by-right"
2643
- "@stdlib/utils /none-in-by","@stdlib/utils -none-in-by"
2643
+ "@stdlib/object /none-in-by","@stdlib/object -none-in-by"
2644
2644
"@stdlib/utils/nonenumerable-properties","@stdlib/utils-nonenumerable-properties"
2645
2645
"@stdlib/utils/nonenumerable-properties-in","@stdlib/utils-nonenumerable-properties-in"
2646
2646
"@stdlib/utils/nonenumerable-property-names","@stdlib/utils-nonenumerable-property-names"
Original file line number Diff line number Diff line change 2640
2640
"@stdlib/utils-async-none-by","@stdlib/utils/async/none-by"
2641
2641
"@stdlib/utils-none-by-right","@stdlib/utils/none-by-right"
2642
2642
"@stdlib/utils-async-none-by-right","@stdlib/utils/async/none-by-right"
2643
- "@stdlib/utils -none-in-by","@stdlib/utils /none-in-by"
2643
+ "@stdlib/object -none-in-by","@stdlib/object /none-in-by"
2644
2644
"@stdlib/utils-nonenumerable-properties","@stdlib/utils/nonenumerable-properties"
2645
2645
"@stdlib/utils-nonenumerable-properties-in","@stdlib/utils/nonenumerable-properties-in"
2646
2646
"@stdlib/utils-nonenumerable-property-names","@stdlib/utils/nonenumerable-property-names"
Original file line number Diff line number Diff line change @@ -122,20 +122,6 @@ bool = everyInBy( o, isPositive );
122
122
123
123
<section class =" related " >
124
124
125
- <!-- <related-links> -->
126
-
127
- [ @stdlib/utils/any-in-by ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/any-in-by
128
-
129
- [ @stdlib/utils/none-in-by ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-in-by
130
-
131
- [ @stdlib/utils/some-in-by ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-in-by
132
-
133
- [ @stdlib/utils/every-by ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/every-by
134
-
135
- [ @stdlib/utils/every-own-by ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/every-own-by
136
-
137
- <!-- </related-links> -->
138
-
139
125
</section >
140
126
141
127
<!-- /.links -->
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ limitations under the License.
37
37
## Usage
38
38
39
39
``` javascript
40
- var noneInBy = require ( ' @stdlib/utils /none-in-by' );
40
+ var noneInBy = require ( ' @stdlib/object /none-in-by' );
41
41
```
42
42
43
43
#### noneInBy( object, predicate\[ , thisArg ] )
@@ -175,7 +175,7 @@ var mean = context.sum / context.count;
175
175
<!-- eslint no- undef: " error" -->
176
176
177
177
` ` ` javascript
178
- var noneInBy = require( '@stdlib/utils /none-in-by' );
178
+ var noneInBy = require( '@stdlib/object /none-in-by' );
179
179
180
180
function isUnderage( age ) {
181
181
return age < 18;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 21
21
/**
22
22
* Test whether every property of an object fails a test implemented by a predicate function.
23
23
*
24
- * @module @stdlib /utils /none-in-by
24
+ * @module @stdlib /object /none-in-by
25
25
*
26
26
* @example
27
- * var noneInBy = require( '@stdlib/utils /none-in-by' );
27
+ * var noneInBy = require( '@stdlib/object /none-in-by' );
28
28
*
29
29
* function isPositive( v ) {
30
30
* return ( v > 0 );
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @stdlib/utils /none-in-by" ,
2
+ "name" : " @stdlib/object /none-in-by" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test whether every property in an object fails a test implemented by a predicate function." ,
5
5
"license" : " Apache-2.0" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments