UNPKG

sussy-util

Version:
7 lines (6 loc) 159 B
/** * @param {any} o - o * @returns {string} Returns [type Type] of the given object */ declare const _default: (o: any) => string; export default _default;