Skip to content

Files

Latest commit

7f310fe · Jan 10, 2025

History

History

hooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2025
Apr 14, 2023

OpenFeature JavaScript Hooks

Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the spec for more details.

Add a new hook

  1. npm ci
  2. npm run generator-hook