Codibre/fluent-iterable

View on GitHub
src/types-internal/resolver-type.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type ResolverType = (a: any, b: (c: any) => any) => any;