UNPKG
@cashfarm/tractor
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Hapi server with superpowers
github.com/cashfarm/tractor
cashfarm/tractor
@cashfarm/tractor
/
controllers
/
meta.d.ts
6 lines
(5 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
Hapi
from
'hapi'
;
import
{
IController
}
from
'../interfaces'
;
export
declare
class
MetaCtl
implements
IController
{
meta
(
hapiReq
:
Hapi
.
Request
,
reply
:
Hapi
.
Base_Reply
):
void
; }