Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "contracts"

Index

Type aliases

CommandExecuteResult

CommandExecuteResult: void | null | undefined | number

The result of an Command.#execute() invocation.

CommandShowHelpResult

CommandShowHelpResult: void | null | undefined | number

The result of an Command.#showHelp() invocation.

Storage

Storage: {}

A storage.

Type declaration

  • [name: string]: any

Variables

Const EGO_FOLDER

EGO_FOLDER: ".ego" = ".ego"

The name of an ego (sub)folder.

Const REGEX_COMMAND_NAME

REGEX_COMMAND_NAME: RegExp = /^([a-z0-9]|\-){1,}$/i

Regular expression for testing for a valid command name.

Const STORAGE_FILE

STORAGE_FILE: ".storage" = ".storage"

The name of the storage file.

Generated using TypeDoc