UNPKG

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