1.1.0 • Published 5 years ago

rhenium v1.1.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

Rhenium

A proto extension library for Node.js. Include it by calling require('rhenium')() at the first possible point.

Extensions

String

capitalize: Capitalizes the string

'this is a string'.capitalize() // Returns 'This is a string'

endCap: Appends another string to the end of the string

'this is a string'.endCap('.') // Returns 'this is a string.'

amps: Replaces every instance of 'and' with '&'.

'this is a string and it is really cool'.amps() // Returns 'this is a string & it is really cool'
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

7 years ago