packages/flamingo-s3/src/mixin.ts
Function S3Mixin
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export = function S3Mixin<T extends Constructor<Route>>(SuperClass: T) {
/**
* Mixin that adds a video preprocessor which creates an image from a given video
* @mixin
*/