@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
23 lines (22 loc) • 1.06 kB
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52
* Update:: import { IFPSWindowProps } to '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSWindowProps;'
* Update:: import { IFPSSectionStyle } to '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSSection;'
*/
import { IFPSWindowProps } from '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSWindowProps';
import { IFPSSectionStyle } from '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSSection';
/**
* This will just send standard message to the console if it's needed
* @param consoleResult
* @param result
* @param section
*/
export declare function sendStandardConsole(consoleResult: boolean, result: string, section: IFPSSectionStyle): void;
/**
* This will just send standard message to the console if it's needed
* @param consoleResult
* @param result
* @param section
*/
export declare function sendFPSWindowConsole(consoleResult: boolean, result: string, FPSOptions: IFPSWindowProps): void;
//# sourceMappingURL=console.d.ts.map