@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
14 lines • 639 B
TypeScript
import { IFPSSiteDigestInfo } from "../../../../banner/features/FPSDOM/IFPSDigestValues";
export declare function check4ThisFPSDigestValue(absoluteUrl: string): string;
/**
* If you need to use digestValues, such as in SE or certain calls,
* It's best to call this during the onInit because you have the context.
*
* Then later on, you can pass in null for the context because the digestValue will already be updated
*
* @param classContext
* @param absoluteUrl
* @returns
*/
export declare function check4ThisFPSDigest(absoluteUrl: string): IFPSSiteDigestInfo;
//# sourceMappingURL=check4ThisFPSDigestValue.d.ts.map