Home
last modified time | relevance | path

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

/expo/tools/src/
H A DChangelogs.ts321 const entryObject = typeof entry === 'string' ? { message: entry } : entry; constant
322 const listItemLabel = getChangeEntryLabel(entryObject);
336 addedEntries.push(entryObject);