Info
js
import kittylog from "kittylog";
kittylog.info("Info...");Info Parameters
PARAMETERS
ts
interface InfoParameters {
message: string;
}