Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
querystring
/
File Content:
encode.d.ts
/** * It serializes passed object into string * The numeric values must be finite. * Any other input values will be coerced to empty strings. * * @param obj The object to serialize into a URL query string * @param sep The substring used to delimit key and value pairs in the query string * @param eq The substring used to delimit keys and values in the query string * @param name */ export type encodeFuncType = ( obj?: Record<any, unknown>, sep?: string, eq?: string, name?: any ) => string; export default encodeFuncType;
Submit
FILE
FOLDER
Name
Size
Permission
Action
decode.d.ts
747 bytes
0644
decode.js
2399 bytes
0644
encode.d.ts
542 bytes
0644
encode.js
2106 bytes
0644
index.d.ts
230 bytes
0644
index.js
127 bytes
0644
package.json
823 bytes
0644
N4ST4R_ID | Naxtarrr