Home
last modified time | relevance | path

Searched refs:CUSTOM_ACTIONS (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DEasDispatch.ts32 const CUSTOM_ACTIONS: Record<string, Action> = { constant
82 if (!actionId || !CUSTOM_ACTIONS[actionId]) {
83 const actions = Object.values(CUSTOM_ACTIONS)
94 CUSTOM_ACTIONS[actionId].action();