Skip to content

Commit 16eee82

Browse files
authored
docs: update REPL namespace documentation
PR-URL: stdlib-js#9387 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 312d030 commit 16eee82

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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
@@ -2648,7 +2648,7 @@ nonEnumerablePropertyNames,"objectKeys,inheritedNonEnumerablePropertyNames,nonEn
26482648
nonEnumerablePropertyNamesIn,"keysIn,inheritedNonEnumerablePropertyNames,nonEnumerablePropertyNames,propertyNamesIn"
26492649
nonEnumerablePropertySymbols,"enumerablePropertySymbols,inheritedNonEnumerablePropertySymbols,nonEnumerablePropertyNames,nonEnumerablePropertySymbolsIn,propertySymbols"
26502650
nonEnumerablePropertySymbolsIn,"enumerablePropertySymbolsIn,inheritedNonEnumerablePropertySymbols,nonEnumerablePropertyNamesIn,nonEnumerablePropertySymbols,propertySymbolsIn"
2651-
noneOwnBy,"anyOwnBy,everyOwnBy,forOwn,noneBy,someOwnBy"
2651+
noneOwnBy,"anyOwnBy,everyOwnBy,noneBy,someOwnBy"
26522652
nonIndexKeys,"objectEntries,objectKeys,objectValues"
26532653
noop,""
26542654
now,""

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ CircularBuffer,"@stdlib/dstructs-circular-buffer"
15261526
close,"@stdlib/fs-close"
15271527
CMUDICT,"@stdlib/datasets-cmudict"
15281528
codePointAt,"@stdlib/string-code-point-at"
1529-
commonKeys,"@stdlib/utils-common-keys"
1529+
commonKeys,"@stdlib/object-common-keys"
15301530
commonKeysIn,"@stdlib/utils-common-keys-in"
15311531
complex,"@stdlib/complex-cmplx"
15321532
Complex64,"@stdlib/complex-float32-ctor"
@@ -1752,7 +1752,7 @@ forEachRight,"@stdlib/utils-for-each-right"
17521752
forEachRightAsync,"@stdlib/utils-async-for-each-right"
17531753
forIn,"@stdlib/object-for-in"
17541754
format,"@stdlib/string-format"
1755-
forOwn,"@stdlib/utils-for-own"
1755+
forOwn,"@stdlib/object-for-own"
17561756
FOURTH_PI,"@stdlib/constants-float64-fourth-pi"
17571757
FOURTH_ROOT_EPS,"@stdlib/constants-float64-fourth-root-eps"
17581758
FRB_SF_WAGE_RIGIDITY,"@stdlib/datasets-frb-sf-wage-rigidity"

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
@@ -2648,7 +2648,7 @@
26482648
"@stdlib/utils/nonenumerable-property-names-in","@stdlib/utils/keys-in,@stdlib/utils/inherited-nonenumerable-property-names,@stdlib/utils/nonenumerable-property-names,@stdlib/utils/property-names-in"
26492649
"@stdlib/utils/nonenumerable-property-symbols","@stdlib/utils/enumerable-property-symbols,@stdlib/utils/inherited-nonenumerable-property-symbols,@stdlib/utils/nonenumerable-property-names,@stdlib/utils/nonenumerable-property-symbols-in,@stdlib/utils/property-symbols"
26502650
"@stdlib/utils/nonenumerable-property-symbols-in","@stdlib/utils/enumerable-property-symbols-in,@stdlib/utils/inherited-nonenumerable-property-symbols,@stdlib/utils/nonenumerable-property-names-in,@stdlib/utils/nonenumerable-property-symbols,@stdlib/utils/property-symbols-in"
2651-
"@stdlib/object/none-own-by","@stdlib/object/any-own-by,@stdlib/object/every-own-by,@stdlib/object/for-own,@stdlib/utils/none-by,@stdlib/object/some-own-by"
2651+
"@stdlib/object/none-own-by","@stdlib/object/any-own-by,@stdlib/object/every-own-by,@stdlib/utils/none-by,@stdlib/object/some-own-by"
26522652
"@stdlib/utils/nonindex-keys","@stdlib/utils/entries,@stdlib/utils/keys,@stdlib/utils/values"
26532653
"@stdlib/utils/noop",""
26542654
"@stdlib/time/now",""

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)