trim-x

4.1.2 • Public • Published

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

trim-x

This method removes whitespace from the start and end of a string.

module.exports(string)number

trim-xstring

This method removes whitespace from the start and end of a string. (ES2019)

Kind: static property of trim-x
Returns: string - The trimmed string.
Throws:

  • TypeError If string is null or undefined or not coercible.
Param Type Description
string string The string to trim the whitespace from.

Example

import trim from 'trim-x';
 
console.log(trim(' \t\n\t\n') === 'a'); // true

Package Sidebar

Install

npm i trim-x

Weekly Downloads

6,341

Version

4.1.2

License

MIT

Unpacked Size

149 kB

Total Files

11

Last publish

Collaborators

  • xotic750