Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
Hmac
/
off
M
off
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
Hmac
/
off
M
off
method
crypto.Hmac.off
off
<
E
extends
keyof
DuplexEventMap
>
(
eventName
:
E
,
listener
:
(
...
args
:
DuplexEventMap
[
E
]
)
=>
void
)
:
this
;
Alias for
emitter.removeListener()
.
off
(
eventName
:
string
|
symbol
,
listener
:
(
...
args
:
any
[]
)
=>
void
)
:
this
;