/
opt
/
canhelp
/
node_modules
/
openai
/
src
/
internal
/
qs
/
/opt/canhelp/node_modules/openai/src/internal/qs
mkdir
upload
Name
Size
Mode
Actions
formats.ts
391
0644
edit
dl
rm
index.ts
325
0644
edit
dl
rm
LICENSE.md
1588
0644
edit
dl
rm
README.md
170
0644
edit
dl
rm
stringify.ts
11734
0644
edit
dl
rm
types.ts
2183
0644
edit
dl
rm
utils.ts
6724
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/openai/src/internal/qs/formats.ts
(391B)
import type { Format } from './types'; export const default_format: Format = 'RFC3986'; export const default_formatter = (v: PropertyKey) => String(v); export const formatters: Record<Format, (str: PropertyKey) => string> = { RFC1738: (v: PropertyKey) => String(v).replace(/%20/g, '+'), RFC3986: default_formatter, }; export const RFC1738 = 'RFC1738'; export const RFC3986 = 'RFC3986';
Save
cmd:
run