Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* TS is now checking the whole code base and I’ve tested the types with several other unified* repos, which caught some small bugs * Removing superfluous overloads * Removed the type parameter `P` for processor settings * Rename the type parameter `S` to `PluginParameters` * Use `any[]` instead of `[Record<string, unknown>?]` for the default plugin type parameters Closes GH-150. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
- Loading branch information