UNPKG

mout

Version:

Modular Utilities

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