UNPKG

sussy-util

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