Class ChainedStorage

Hierarchy

  • ChainedStorage

Implements

Constructors

Properties

Methods

Constructors

Properties

storages: ILicenseStorage[]

Chained storage implementations

Methods

  • Get a storage of certain implementation from the chain

    Type Parameters

    Parameters

    • impl: Function

      Function constructor to compare chain items to

    • atIndex: number = 0

    Returns undefined | T

    Instance at given index having the implementation of type passed to the function

Generated using TypeDoc