Skip to content

OnInit

@tsed/di

Usage

typescript
import { OnInit } from "@tsed/di";

See /packages/di/src/types/common/interfaces/OnInit.ts.

Overview

ts
interface OnInit {
    $onInit(): Promise<any> | void;
}

$onInit

ts
$onInit(): Promise<any> | void;

Released under the MIT License.