Skip to content

PulseService

@tsed/pulse

Usage

typescript
import { PulseService } from "@tsed/pulse";

See /packages/third-parties/pulse/src/types/services/PulseService.ts.

Overview

ts
const PulseService: {
    readonly __type: "token_factory";
};

export type PulseService = Pulse;

readonly __type

ts
readonly __type: "token_factory";

Released under the MIT License.