UNPKG

sussy-util

Version:
8 lines (7 loc) 265 B
/** * Determine the data type of given variable. * @param {any} arg - The value to be tested. * @returns {string} A string representing the data type of the given variable. */ declare const _default: (arg: never) => string | undefined; export default _default;