noop.d.ts 47 B

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