UNPKG

@data-client/endpoint

Version:

Declarative Network Interface Definitions

6 lines (4 loc) 210 B
export const getValues = (input: any) => Array.isArray(input) ? input : Object.keys(input).map(key => input[key]); export const filterEmpty = (item: any) => item !== undefined && typeof item !== 'symbol';