UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 171 B
/** * @module validator */ /** * validate a string is valid google analytics 4 measurement id or not. */ export declare function isGA4Id(arg: string): boolean;