Module: main

This is the root of the project. It allows users to register nouns and roles with dmv. It also exports plugins.

Source:

Requires

Members

(static) noun

Register a new noun

Source:

(static) role

Register a new role

Source:

Methods

(static) getAllNouns() → {Iterator.<Noun>}

Gets all registered nouns. Must be called after setup

Source:
Returns:
Type
Iterator.<Noun>