Centralize configure-able factory classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {Collection} from './Collection'
|
||||
import {InjectionAware} from '../../di'
|
||||
import {InjectionAware} from '../../di/InjectionAware'
|
||||
|
||||
export type MaybeIterationItem<T> = { done: boolean, value?: T }
|
||||
export type ChunkCallback<T> = (items: Collection<T>) => any
|
||||
|
||||
Reference in New Issue
Block a user