We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add ability to ignore lambda functions:
const foo = create(() => { return "This is a lambda function."; });
All lambda functions could be ignored/enforced via a boolean; specific ones can be ignored/enforced via a pattern of the wrapping function.