tzsk/filepond-plugin-zipper

What is the type for generators that passing in injector

KbnCodes opened this issue · 1 comments

const injector = async (generators : which type?) => {
........
};

tzsk commented

You won't need it cause it should be inferred automatically.

But if you want to manually type, it's GeneratorCallbak[]

You can also see that in the types.ts if you look closely.