@vivliostyle/core
    Preparing search index...

    Function removeHook

    • Remove a function already registered to the specified name. Note that even if the same function are registered multiple times, this method removes only the first one.

      Parameters

      • name: string

        Name of the hook.

      • fn: (...p1: any[]) => any

        Function to be removed from the hook.

      Returns void