UNPKG

197 BTypeScriptView Raw
1import DataLoader from 'dataloader';
2import { BatchDelegateOptions } from './types';
3export declare function getLoader<K = any, V = any, C = K>(options: BatchDelegateOptions): DataLoader<K, V, C>;