@ayanaware/bento
Version:
Modular runtime framework designed to solve complex tasks
6 lines (5 loc) • 332 B
TypeScript
import { Entity } from '../entities/interfaces/Entity';
import { EntityReference } from '../entities/types/EntityReference';
import { InstanceType } from '../types/InstanceType';
export declare function getChildOf(target: Function): InstanceType<Entity>;
export declare function ChildOf(reference: EntityReference): ClassDecorator;