typeFactory property

Function typeFactory
inherited

A type factory is what makes generic types work.

Implementation

Function get typeFactory => (f) => f<T>();