time-to-botec/js/node_modules/@stdlib/string/tools/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

2.0 KiB

Tools

String tools.

Usage

var tools = require( '@stdlib/string/tools' );

tools

Namespace containing string tools.

var o = tools;
// returns {...}

The namespace contains the following:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var tools = require( '@stdlib/string/tools' );

console.log( objectKeys( tools ) );