Skip to content

ancestorsOf

@tsed/core

Usage

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

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

Overview

ts
function ancestorsOf(target: any): any[];

Released under the MIT License.