UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 159 B
/** * @module validator */ /** * validate a string is valid google tag manager id or not. */ export declare function isGTMId(arg: string): boolean;