You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
A Feature has only one goal: return a configuration to the Adapter. We don't need the Feature to be class for that: it is enough to implement it as a module with the configuration object as a default export. Dependencies should be provided as module parameters.
A Feature has only one goal: return a configuration to the Adapter. We don't need the Feature to be class for that: it is enough to implement it as a module with the configuration object as a default export. Dependencies should be provided as module parameters.
Old code:
https://github.com/dapplets/typescript-examples/blob/9cf90f21d642788b7be7fab84cebe38e950860a2/src/TwitterFeature/index.ts#L104-L110
New Code (pseudocode)