UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 138 B
/** * Check if argument is RegExp * @param arg * @returns {boolean} */ export declare function isRegExp(arg: unknown): arg is RegExp;