augment.d.ts 73 B

12
  1. declare const augment: (...args: any[]) => void;
  2. export default augment;