UNPKG

ramda-adjunct

Version:

Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

6 lines (3 loc) 112 B
import { replace } from 'ramda'; const trimStart = replace(/[\s\uFEFF\xA0]+$/, ''); export default trimStart;