Prompt-Set

Module that contains and exports all classes and functions of the Prompt-Set project

Source:

Namespaces

Configurer
Filters
Validators

Members

(static) Classes :Object

Source:
Properties:
Name Type Description
PromptSet function

See More Details

Promptlet function

See More Details

Use this if you would like to directly access and modify the classes used by Prompt-Set
If you only intend to create new instances, the exported functions will do.

Type:
  • Object

Methods

(static) Promptlet(options) → {Promptlet}

Source:

Creates and returns a new Promptlet

Parameters:
Name Type Description
options PromptletOptions

Arguments for the Promptlet constructor

Returns:
Type
Promptlet

(static) PromptSet() → {PromptSet}

Source:

Creates and returns a new PromptSet

Returns:
Type
PromptSet