Type alias PhraseyHooksContext<T>

PhraseyHooksContext<T>: {
    log: PhraseyLogger;
    options: Record<string, any>;
    phrasey: Phrasey;
    state: PhraseyState;
} & T

Type Parameters

  • T extends {}

Type declaration

Generated using TypeDoc