Variable export=

Source
Expand description

Main entry point for the Probot application.

This function registers all predefined behaviours with the Probot agent.

remarks

The function iterates through the behaviours array and calls the register method on each behaviour instance to bind it to the agent.

let export=: (agent: Probot) => void