Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 403 Bytes

noop.md

File metadata and controls

8 lines (6 loc) · 403 Bytes
  • Curried: false
  • Failsafe status: failsafe by default

The noop function is a "no-operation" function that does nothing when called and returns undefined. It is often used as a placeholder or a default function when a function is expected but no action is required.