6 lines
191 B
TypeScript
Executable File
6 lines
191 B
TypeScript
Executable File
export declare function isInAmpMode({ ampFirst, hybrid, hasQuery, }?: {
|
|
ampFirst?: boolean | undefined;
|
|
hybrid?: boolean | undefined;
|
|
hasQuery?: boolean | undefined;
|
|
}): boolean;
|