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.controller.d.ts
5 lines
•
169 B
TypeScript
View Raw
1
2
3
4
5
import
{
Type
}
from
'@nestjs/common'
;
export
declare
function
getControllerClass
(
{ path }: { path:
any
; }
):
Type
<
any
>;
//# sourceMappingURL=hook.controller.d.ts.map