1.1.1 • Published 9 years ago
cool-trim v1.1.1
Cool-Trim
Cool-Trim is the only thing you'll need to trim your strings

Installation
npm install --save cool-trimAPI
function trim(subject: string, indent: number = 0): string
module.exports = trimExamples
import trim from 'cool-trim'
trim`
Top
Child
Another Top
` === `Top
Child
AnotherTop`; // trueLicense
This project is licensed under the terms of MIT License, see the LICENSE file for more info