Skip to content

AfterInit

@tsed/platform-http

Usage

typescript
import { AfterInit } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/interfaces/AfterInit.ts.

Overview

ts
interface AfterInit {
    $afterInit(): void | Promise<any>;
}

$afterInit

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

Released under the MIT License.