UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 196 B
/** * Check if argument is of the kind * @param arg * @param {string} kind Kind to match the type * @returns {boolean} */ export declare function isKind(arg: unknown, kind: string): boolean;