MCPcopy Create free account
hub / github.com/denodrivers/postgres / decodeDateArray

Function decodeDateArray

query/decoders.ts:166–168  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

164}
165
166export function decodeDateArray(value: string) {
167 return parseArray(value, decodeDate);
168}
169
170export function decodeDatetime(dateStr: string): number | Date {
171 /**

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected