UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 153 B
/** * Replaces hyphens with spaces. (only hyphens between word chars) */ declare function unhyphenate(str: any): any; export default unhyphenate;