Skip to content

Commit f1d55c3

Browse files
committed
Add returns section to REPL doc
1 parent 84aa7d0 commit f1d55c3

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-node-repl/docs

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/assert/is-node-repl/docs/repl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
{{alias}}()
33
Returns a boolean indicating if running in a Node.js REPL environment.
44

5+
Returns
6+
-------
7+
bool: boolean
8+
Boolean indicating if running in a Node.js REPL environment.
9+
510
Examples
611
--------
712
> {{alias}}()

0 commit comments

Comments
 (0)