Skip to content

Commit

Permalink
feat(docs): added guide/user-input/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodev07 committed Jan 20, 2024
1 parent b7f5917 commit bc49c0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/src/guide/user-input/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Info

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

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

::: details Input Parameters

:::tip PARAMETERS

```ts
interface InputParameters {
message: string;
}
```

:::

0 comments on commit bc49c0f

Please sign in to comment.