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

Function makeBold

benchmark/src/benchmark_util.ts:5–5  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

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

Callers 1

compareNumericBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected