nosideeffectstag.js 83 B

123456
  1. /**
  2. * A function that does nothing.
  3. * @nosideeffects
  4. */
  5. function doNothing() {}