Class: Utils

Utils(optionsopt) → {Promise.<Utils>}

General-purpose utility class. The constructor is async: it must be await-ed to get a fully initialised instance.

Constructor

new Utils(optionsopt) → {Promise.<Utils>}

Parameters:
Name Type Attributes Default Description
options Object <optional>
{}

Configuration options passed to the utility instance.

Source:
Returns:

A fully initialised Utils instance.

Type
Promise.<Utils>

Classes

Utils