noop.d.ts 47 B

1234
  1. declare function noop(): void;
  2. export = noop;