0.2.0 • Published 6 years ago

@ungap/trim-end v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

The trimEnd method for IE

Build Status Coverage Status

It removes trailing spaces from a string.

import trimEnd from '@ungap/trim-end';

trimEnd.call(' test  '); // " test"

Compatible with every engine.