UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

2 lines (1 loc) 86 B
export declare const orderByDescending: <T>(list: T[], by: (v: T) => number) => T[];