UNPKG
@pushrocks/smarthash
Version:
latest (3.0.2)
3.0.2
3.0.1
2.1.10
2.1.9
2.1.6
2.1.1
2.1.0
2.0.6
2.0.4
2.0.3
2.0.1
2.0.0
simplified access to node hash functions
@pushrocks/smarthash
/
dist_ts
/
nodehash.helpers.d.ts
3 lines
(2 loc)
•
168 B
TypeScript
View Raw
1
2
3
import
*
as
plugins
from
'./nodehash.plugins.js'
;
export
declare
const
hashStreamPipeStop
:
(
resolveFunctionArg
: (inputArg:
string
) =>
any
) =>
plugins.
stream
.
Transform
;