function.ts 115 B

12345
  1. /**
  2. * no operation
  3. */
  4. // eslint-disable-next-line @typescript-eslint/no-empty-function
  5. export function noop() {}