javaprompt
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

javaprompt

The javaprompt package which includes several dynamic input functions created by upsided.

Installation

npm i javaprompt
yarn add javaprompt
pnpm add javaprompt

History

1.0.0

  • Added input() command.
    • Supports return types of string, number, and integer, any other type selected will show the prompt but return an empty string
  • Simple rl.ts file which has the readline instance and configuration.

1.0.1

  • Added boolean type to input command.
    • Input has to be t, f, true or false

1.0.2

  • Added float type to input command. -Input has to be a floating-point number.

1.0.3

  • Added array type to input command.

    • values separated by comma
  • Added set type to input command.

    • key: value pairs separated by comma

Functions

input()

Readme

Keywords

Package Sidebar

Install

npm i javaprompt

Weekly Downloads

1

Version

1.0.3

License

GNU General Public License v3

Unpacked Size

53.3 kB

Total Files

11

Last publish

Collaborators

  • upsided