constructor()

in src/convert.ts [132:135]


  constructor(module: ExternalFormatExporter) {
    this._check = module.check;
    this._convert = module.convert;
  }