noop.mjs 70 B

1234
  1. /*#__NO_SIDE_EFFECTS__*/
  2. const noop = (any) => any;
  3. export { noop };