1.0.3 • Published 2 years ago

javaprompt v1.0.3

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
2 years ago

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()

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago