Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Injector<T>

Type parameters

  • T = unknown

Hierarchy

  • Injector

Index

Properties

Properties

insert

insert: (rule: string, index: number) => void

Type declaration

    • (rule: string, index: number): void
    • Parameters

      • rule: string
      • index: number

      Returns void

target

target: T

Target the rules are inserted into.

Generated using TypeDoc