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
/
util.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
import
{
Container
}
from
'@cashfarm/plow'
;
export
declare
function
listContainerBindings
(
container
:
Container
):
string
[];