comfortable
v3.0.0
Published
Comfortable JS is a JavaScript library that provides utilities for common programming tasks, that make coding in JavaScript easier and cleaner.
Downloads
19
Maintainers
Readme
Comfortable JS
You can find the full documentation on the website
Description
Comfortable JS is a JavaScript library that provides utilities for common programming tasks, that make coding in JavaScript easier and cleaner.
ComfortableJS uses Object-oriented programming (OOP) approach to build its libraries: Unlike other similar libraries that use the functional programming approach, for example, the popular Lodash library.
Installation
npm install comfortable
Example
import {$string} from 'comfortable/$string'
import {$value} from 'comfortable/$value'
$string('hello world').titleCase() // Hello World
$value(123).isString() // false
Documentation
Contributing
Read our contributing guide to learn about our development process.
Code of Conduct
This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.