Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
Codibre/fluent-iterable
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
19 days ago
Refresh default branch
Refresh
src/types-internal/resolver-type.ts
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
export type ResolverType = (a: any, b: (c: any) => any) => any;