UNPKG

@mikezimm/npmfunctions

Version:
16 lines (15 loc) 597 B
import { IFPSWindowProps, IFPSSectionStyle } from './FPSInterfaces'; /** * 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;