You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/server/node_modules/cldrjs/doc/api/event/event_get.md

388 B

get ➡ ( path, value )

Triggered before a .get() (or any alias) return. The triggered listener receives the normalized path and the value found.

Parameter Description
path See ../core/get.md for more information
value See ../core/get.md for more information

See Cldr.on() or .on() for example.