Skip to content

isEnumerable

@tsed/core

Usage

typescript
import { isEnumerable } from "@tsed/core";

See /packages/core/src/types/utils/objects/isEnumerable.ts.

Overview

ts
function isEnumerable(obj: any, key: string): any;

Released under the MIT License.