util.string
TypeScript icon, indicating that this package has built-in type declarations

0.0.36 • Public • Published

util.string

Library of string helper functions

build analysis code style: prettier testing NPM

Installation

This module uses yarn to manage dependencies and run scripts for development.

To install as an application dependency:

$ yarn add util.string

To build the app and run all tests:

$ yarn run all

Overview

This module contains custom string functions that are not part of the current javascript string library.

API

functions

These functions, with the exception of join, are also monkey patched in the String.prototype, so they have a .{function} equivalent on strings.

Dependents (5)

Package Sidebar

Install

npm i util.string

Weekly Downloads

1

Version

0.0.36

License

MIT

Unpacked Size

17.5 kB

Total Files

7

Last publish

Collaborators

  • jmquigley