UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 134 B
/** * Check if argument is Set * @param arg * @returns {boolean} */ export declare function isSet(arg: unknown): arg is Set<any>;