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

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 ) );