This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Description
According to the documentation and confirmed in code, the SparkyContext should be able to take a class, a function returning a plain object, or a plain object. However, the typescript type of the target param says that target must be a function that returns a plain object, a class, or a plain object (duplicated). Seems to just be an issue of incorrect curly brace placement. PR incoming...