Skip to content

Commit 235a752

Browse files
authored
docs: update REPL namespace documentation
PR-URL: stdlib-js#9375 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent ede62ca commit 235a752

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ noneBy,"anyBy,everyBy,forEach,none,noneByRight,someBy"
26412641
noneByAsync,"anyByAsync,everyByAsync,forEachAsync,noneBy,noneByRightAsync,someByAsync"
26422642
noneByRight,"anyByRight,everyByRight,forEachRight,none,noneBy,someByRight"
26432643
noneByRightAsync,"anyByRightAsync,everyByRightAsync,forEachRightAsync,noneByAsync,noneByRight,someByRightAsync"
2644-
noneInBy,"anyInBy,everyInBy,forIn,noneBy,someInBy"
2644+
noneInBy,"anyInBy,everyInBy,noneBy,someInBy"
26452645
nonEnumerableProperties,"enumerableProperties,inheritedNonEnumerableProperties,nonEnumerablePropertiesIn,properties"
26462646
nonEnumerablePropertiesIn,"enumerablePropertiesIn,inheritedNonEnumerableProperties,nonEnumerableProperties,propertiesIn"
26472647
nonEnumerablePropertyNames,"objectKeys,inheritedNonEnumerablePropertyNames,nonEnumerablePropertyNamesIn,nonEnumerablePropertySymbols,propertyNames"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ forEachAsync,"@stdlib/utils-async-for-each"
17501750
forEachChar,"@stdlib/string-for-each"
17511751
forEachRight,"@stdlib/utils-for-each-right"
17521752
forEachRightAsync,"@stdlib/utils-async-for-each-right"
1753-
forIn,"@stdlib/utils-for-in"
1753+
forIn,"@stdlib/object-for-in"
17541754
format,"@stdlib/string-format"
17551755
forOwn,"@stdlib/utils-for-own"
17561756
FOURTH_PI,"@stdlib/constants-float64-fourth-pi"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@
26412641
"@stdlib/utils/async/none-by","@stdlib/utils/async/any-by,@stdlib/utils/async/every-by,@stdlib/utils/async/for-each,@stdlib/utils/none-by,@stdlib/utils/async/none-by-right,@stdlib/utils/async/some-by"
26422642
"@stdlib/utils/none-by-right","@stdlib/utils/any-by-right,@stdlib/utils/every-by-right,@stdlib/utils/for-each-right,@stdlib/utils/none,@stdlib/utils/none-by,@stdlib/utils/some-by-right"
26432643
"@stdlib/utils/async/none-by-right","@stdlib/utils/async/any-by-right,@stdlib/utils/async/every-by-right,@stdlib/utils/async/for-each-right,@stdlib/utils/async/none-by,@stdlib/utils/none-by-right,@stdlib/utils/async/some-by-right"
2644-
"@stdlib/object/none-in-by","@stdlib/object/any-in-by,@stdlib/object/every-in-by,@stdlib/object/for-in,@stdlib/utils/none-by,@stdlib/object/some-in-by"
2644+
"@stdlib/object/none-in-by","@stdlib/object/any-in-by,@stdlib/object/every-in-by,@stdlib/utils/none-by,@stdlib/object/some-in-by"
26452645
"@stdlib/utils/nonenumerable-properties","@stdlib/utils/enumerable-properties,@stdlib/utils/inherited-nonenumerable-properties,@stdlib/utils/nonenumerable-properties-in,@stdlib/utils/properties"
26462646
"@stdlib/utils/nonenumerable-properties-in","@stdlib/utils/enumerable-properties-in,@stdlib/utils/inherited-nonenumerable-properties,@stdlib/utils/nonenumerable-properties,@stdlib/utils/properties-in"
26472647
"@stdlib/utils/nonenumerable-property-names","@stdlib/utils/keys,@stdlib/utils/inherited-nonenumerable-property-names,@stdlib/utils/nonenumerable-property-names-in,@stdlib/utils/nonenumerable-property-symbols,@stdlib/utils/property-names"

lib/node_modules/@stdlib/namespace/pkg2related/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)