UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 144 B
/** * Return a string with the type of the object * @param arg * @returns {string} */ export declare function kindOf(arg: unknown): string;