Global

Methods

reqfromroot(name) → {object}

Враппер для require, всегда запрашивает модуль из папки /serverjs/.

Source:
Parameters:
Name Type Description
name string

Имя модуля в serverjs (Module) или путь к модулю там же (Folder/Subfolder.../Module).

Returns:
Type:
object

Модуль.

Type Definitions

CardInfo

Информация о карте.

Properties:
Name Type Description
cid string

id карты

field string

id поля

suit number

масть карты

value number

значение карты

Source:

ProtocolExtract

Properties:
Name Type Description
protocol String

Protocol matched in the URL, in lowercase.

slashes Boolean

true if protocol is followed by "//", else false.

rest String

Rest of the URL that is not part of the protocol.

Source: