MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / makeMarkdownTableRow

Function makeMarkdownTableRow

benchmark/src/benchmark_util.ts:4–4  ·  view source on GitHub ↗
(cells: string[])

Source from the content-addressed store, hash-verified

2import { calculatePercentageChange, toFixed } from "./util";
3
4export const makeMarkdownTableRow = (cells: string[]) => `| ${cells.join(" | ")} |\n`;
5export const makeBold = (input: string) => `**${input}**`;
6
7export function compareNumericBenchmarks<T extends BenchmarkResult>(

Callers 1

compareNumericBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected