UNPKG

mc-benchmark

Version:

Build charts about load time of Minecraft modpack.

10 lines (9 loc) 275 B
/** * @file Collect information about load time from Debug.log * and output it in .MD file * * @author Krutoy242 * @link https://github.com/Krutoy242 */ import type { Options } from './types.js'; export default function parseDebugLog(_options: Options): Promise<void>;