Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
export
function
decodeDateArray(value: string) {
167
return
parseArray(value, decodeDate);
168
}
169
170
export
function
decodeDatetime(dateStr: string): number | Date {
171
/**
Callers
1
decodeText
Function · 0.90
Calls
1
parseArray
Function · 0.90
Tested by
no test coverage detected