Skip to content

ancestorOf

@tsed/core

Usage

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

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

Overview

ts
function ancestorOf(target: any): any;

Released under the MIT License.