function cpost
Prints a message to the system console window. See post() for more details about arguments and formatting.
export declare function cpost(...args: any): void;
Name | Type | Description |
---|---|---|
args | any | one or more arguments to print |