UNPKG

mout

Version:

Modular Utilities

7 lines (6 loc) 171 B
/** * Typecast a value to a String, using an empty string value for null or * undefined. */ declare function toString(val: any): string; export default toString;