UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 122 B
/** * Remove chars from end of string. */ declare function rtrim(str: any, chars: any): any; export default rtrim;