Skip to content

Commit ca26c53

Browse files
authored
docs: update REPL namespace documentation
PR-URL: #7891 Reviewed-by: Athan Reines <[email protected]>
1 parent 6bb94b5 commit ca26c53

File tree

20 files changed

+16
-20
lines changed

20 files changed

+16
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"@stdlib/constants/time/hours-in-day"
18281828
HOURS_IN_WEEK,"@stdlib/constants/time/hours-in-week"
18291829
hoursInMonth,"@stdlib/time/hours-in-month"
18301830
hoursInYear,"@stdlib/time/hours-in-year"
1831-
httpServer,"@stdlib/net/http-server"
1831+
httpServerFactory,"@stdlib/net/http-server"
18321832
identity,"@stdlib/utils/identity-function"
18331833
ifelse,"@stdlib/utils/if-else"
18341834
ifelseAsync,"@stdlib/utils/async/if-else"

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
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"HOURS_IN_WEEK"
18281828
HOURS_IN_WEEK,"HOURS_IN_DAY"
18291829
hoursInMonth,"hoursInYear"
18301830
hoursInYear,"hoursInMonth"
1831-
httpServer,""
1831+
httpServerFactory,""
18321832
identity,"constantFunction"
18331833
ifelse,"ifelseAsync,ifthen"
18341834
ifelseAsync,"ifthenAsync,ifelse"

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
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"@stdlib/constants-time-hours-in-day"
18281828
HOURS_IN_WEEK,"@stdlib/constants-time-hours-in-week"
18291829
hoursInMonth,"@stdlib/time-hours-in-month"
18301830
hoursInYear,"@stdlib/time-hours-in-year"
1831-
httpServer,"@stdlib/net-http-server"
1831+
httpServerFactory,"@stdlib/net-http-server"
18321832
identity,"@stdlib/utils-identity-function"
18331833
ifelse,"@stdlib/utils-if-else"
18341834
ifelseAsync,"@stdlib/utils-async-if-else"

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/aliases/data/data.json

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

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY
18281828
HOURS_IN_WEEK
18291829
hoursInMonth
18301830
hoursInYear
1831-
httpServer
1831+
httpServerFactory
18321832
identity
18331833
ifelse
18341834
ifelseAsync

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@
18281828
"@stdlib/constants/time/hours-in-week",HOURS_IN_WEEK
18291829
"@stdlib/time/hours-in-month",hoursInMonth
18301830
"@stdlib/time/hours-in-year",hoursInYear
1831-
"@stdlib/net/http-server",httpServer
1831+
"@stdlib/net/http-server",httpServerFactory
18321832
"@stdlib/utils/identity-function",identity
18331833
"@stdlib/utils/if-else",ifelse
18341834
"@stdlib/utils/async/if-else",ifelseAsync

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

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

0 commit comments

Comments
 (0)