MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / asTextBulletedList

Function asTextBulletedList

src/lib/util.ts:60–61  ·  view source on GitHub ↗
(enums: string[])

Source from the content-addressed store, hash-verified

58}
59
60export const asTextBulletedList = (enums: string[]): string =>
61 enums.length === 0 ? '' : ('\n - ' + enums.join('\n - '))
62
63export const terminationSignals: NodeJS.Signals[] = ['SIGTERM', 'SIGINT', 'SIGHUP', 'SIGBREAK']
64

Callers 2

util.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected