MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / pad

Function pad

packages/baseai/src/utils/formatting.ts:45–47  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

43export const newLine = `\n`;
44
45export const pad = (n: number): string => {
46 return ' '.repeat(n);
47};
48
49export const lineItem = pc.dim(`${figures.lineUpDownRight} `);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected