noop.d.ts 74 B

1234
  1. /**
  2. * A no-operation function
  3. */
  4. export declare const noop: () => void;