UNPKG

@anycable/core

Version:

AnyCable JavaScript client library core functionality

4 lines (2 loc) 151 B
type Params = { [token: string]: boolean | number | string | null | undefined } export function stringifyParams(params: Params | void | null): string