UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

6 lines 246 B
/** * Converts `value` to a string if it's not one. An empty string is returned * for `null` and `undefined` values. The sign of `-0` is preserved. */ export default function toString(value: any): string; //# sourceMappingURL=toString.d.ts.map