Skip to content

HookRef

@tsed/hooks

Usage

typescript
import { HookRef } from "@tsed/hooks/src/types/Hooks";

See /packages/hooks/src/types/Hooks.ts.

Overview

ts
type HookRef = string | symbol | any | Function;

Released under the MIT License.