js-sdk-contrib/libs/hooks
Todd Baert 4dbcbf1870
chore: add "type" import enforcement lint rule and apply (#1292)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2025-05-30 13:06:18 -04:00
..
open-telemetry chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
README.md update link to use new doc domain 2023-04-14 16:45:40 -04:00

README.md

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