UNPKG
dtp-tripwire-agent
Version:
latest (1.0.7)
1.0.7
A service for protecting your node against malicious attacks and scans.
dtp-tripwire-agent
/
dist
/
lib
/
tools.d.ts
3 lines
(2 loc)
•
85 B
TypeScript
View Raw
1
2
3
declare
function
readJsonFile<T>(
path
:
string
):
Promise
<T>;
export
{ readJsonFile };