UNPKG

sussy-util

Version:
7 lines (6 loc) 174 B
/** * @param {string} str The string to convert * @returns {Object} The converted string value */ declare const _default: (str: string) => Object; export default _default;