UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 200 B
/** * Check if argument is a sequence based on given regexp * @param arg * @param {RegExp} regex * @returns {boolean} */ export declare function isSequence(arg: unknown, regex: RegExp): boolean;