UNPKG
@yieldbits/probot
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-rc.0
0.0.1-rc.11
0.0.1-rc.10
0.0.1-rc.9
0.0.1-rc.8
0.0.1-rc.7
0.0.1-rc.6
0.0.1-rc.5
0.0.1-rc.4
0.0.1-rc.3
0.0.1-rc.1
a probot integration library for nestjs projects
github.com/yieldbits/nestjs.git
yieldbits/nestjs
@yieldbits/probot
/
lib
/
hook.decorator.d.ts
6 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EmitterWebhookEventName
}
from
'@octokit/webhooks/dist-types/types'
;
/** * Sets up hook trigger on functions. */
export
declare
function
Hook
(
eventOrEvents: EmitterWebhookEventName[]
):
MethodDecorator
;
//# sourceMappingURL=hook.decorator.d.ts.map