File size: 191 Bytes
fea495a
 
 
 
 
1
2
3
4
5
6
export declare function isInAmpMode({ ampFirst, hybrid, hasQuery, }?: {
    ampFirst?: boolean | undefined;
    hybrid?: boolean | undefined;
    hasQuery?: boolean | undefined;
}): boolean;