UNPKG

@dvcol/common-utils

Version:

Typescript library for common utility functions and constants

4 lines (2 loc) 90 B
type HttpParameters = Record<string, string | string[]>; export type { HttpParameters };