Skip to content

Info

js
import { input, info } from "kittylog";

input("Insert a number ")
  .then(input => info(`You inserted: ${input}`));
Input Parameters

PARAMETERS

ts
interface InputParameters {
  message: string;
}

Released under the MIT License.