MCPcopy Create free account
hub / github.com/openai/openai-node / stringifyQuery

Function stringifyQuery

src/internal/utils/query.ts:5–7  ·  view source on GitHub ↗
(query: object | Record<string, unknown>)

Source from the content-addressed store, hash-verified

3import * as qs from '../qs/stringify';
4
5export function stringifyQuery(query: object | Record<string, unknown>) {
6 return qs.stringify(query, { arrayFormat: 'brackets' });
7}

Callers 2

stringifyQueryMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected