Type alias HookFunction

HookFunction: ((fileToSign) => void | Promise<void>)

Custom function that is called sequentially for each file that needs to be signed.

Type declaration

    • (fileToSign): void | Promise<void>
    • Parameters

      • fileToSign: string

        Absolute path to the file to sign

      Returns void | Promise<void>