Skip to content

Info

js
import kittylog from "kittylog";

kittylog.info("Info...");
Info Parameters

PARAMETERS

ts
interface InfoParameters {
  message: string;
}

Support for rest parameters

info support rest parameters

js
kittylog.info("Info", ...)

Released under the MIT License.