index.d.ts 61 B

123
  1. import PMX from './pmx';
  2. declare const io: PMX;
  3. export = io;