Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Help

REPL help texts.

Usage

var help = require( '@stdlib/repl/help' );

help()

Returns an object containing REPL help texts.

var o = help();
// returns {...}

Examples

var help = require( '@stdlib/repl/help' );

var o = help();
console.log( o );
// => {...}