UNPKG

motion

Version:

motion - moving development forward

11 lines (8 loc) 168 B
'use strict'; module.exports = function (str) { var tail = str.length; while (/[\s\uFEFF\u00A0]/.test(str[tail - 1])) { tail--; } return str.slice(0, tail); };