UNPKG

playwright-performance-reporter

Version:

Measure and publish performance metrics from browser dev-tools when running playwright

7 lines (6 loc) 134 B
/** * Transforms string into md5 hash * * @param input string to transform */ export declare function md5(input: string): string;