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

Function decodeStringArray

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

Source from the content-addressed store, hash-verified

368}
369
370export function decodeStringArray(value: string) {
371 if (!value) return null;
372 return parseArray(value, (value) => value);
373}
374
375/**
376 * Decode numerical timezone offset from provided date string.

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected