MCPcopy Create free account
hub / github.com/Treeki/BirdBridge / convertPollTimestamp

Function convertPollTimestamp

conversion.ts:33–35  ·  view source on GitHub ↗
(ts: string)

Source from the content-addressed store, hash-verified

31 }
32}
33export function convertPollTimestamp(ts: string): string {
34 return ts.substring(0, ts.length - 1) + '.000Z';
35}
36
37export function convertFormattedText(text: string, entities: Record<string, any[]>, display_text_range: [number, number]): Record<string, any> {
38 // collate all entities into one list

Callers 1

convertCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected