2020-08-18 14:04:33 +02:00
|
|
|
import { ParamMapping } from './types';
|
|
|
|
export declare function extractWeightEntryFactory(weightMap: any, paramMappings: ParamMapping[]): <T>(originalPath: string, paramRank: number, mappedPath?: string | undefined) => T;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=extractWeightEntryFactory.d.ts.map
|