Introduction
Migration
Appearance
import { isEnumerable } from "@tsed/core";
See /packages/core/src/types/utils/objects/isEnumerable.ts.
function isEnumerable(obj: any, key: string): any;