UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

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