Home
last modified time | relevance | path

Searched refs:formatCommitTitle (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DFormatter.ts23 const title = formatCommitTitle(log.title);
32 export function formatCommitTitle(title: string): string { function