Skip to content

@ue-too/being / NO_OP

Variable: NO_OP

const NO_OP: NOOP

Defined in: interface.ts:88

No-operation function constant used as a placeholder for optional actions.

Remarks

Use this when you need to provide a function but don't want it to do anything, such as for default state transition actions that have no side effects.