spawn-ts API reference - v0.6.0
    Preparing search index...

    Function decodeHookTags

    • Decode lifecycle-hook tags back into a LifecycleHooks, or undefined if none are present. Inverse of buildHookTags; used by status and round-trip tests.

      Parameters

      • tags: Record<string, string>

      Returns LifecycleHooks | undefined