UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

7 lines (5 loc) 160 B
export const isObject = (value: any) => Object.prototype.toString.call(value) === '[object Object]'; export interface ObjectMap<T> { [k: string]: T; }