You can find the full documentation on the website
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.
npm install comfortable
import {$string} from 'comfortable/$string'
import {$value} from 'comfortable/$value'
$string('hello world').titleCase() // Hello World
$value(123).isString() // false
Read our contributing guide to learn about our development process.
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.