UNPKG

mout

Version:

Modular Utilities

8 lines (7 loc) 221 B
/** * Strip leading characters followed by 'marginChar' from every line in a String. * * marginChar defaults to '|'. */ declare function stripMargin(str: any, marginChar: any): any; export default stripMargin;