CoastalCommitsPastes/server/node_modules/cldrjs/doc/api/event/off.md
2022-03-06 16:46:59 -08:00

248 B

.off( event, listener )

Removes a listener function from the specified event for this instance.

Parameter Type Example
event String "get"
listener Function

See cldr.on() for example.