All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.ic-v_2_0.2.5.2.source-code.IC_2_0.js Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
var IC_2_0_Module_Factory = function () {
  var IC_2_0 = {
    n: 'IC_2_0',
    tis: [{
        t: 'enum',
        ln: 'ClassificationType',
        vs: ['U', 'C', 'S', 'TS', 'R', 'CTS', 'CTS-B', 'CTS-BALK', 'NU', 'NR', 'NC', 'NS', 'NS-S', 'NS-A', 'CTSA', 'NSAT', 'NCA']
      }],
    eis: []
  };
  return {
    IC_2_0: IC_2_0
  };
};
if (typeof define === 'function' && define.amd) {
  define([], IC_2_0_Module_Factory);
}
else {
  var IC_2_0_Module = IC_2_0_Module_Factory();
  if (typeof module !== 'undefined' && module.exports) {
    module.exports.IC_2_0 = IC_2_0_Module.IC_2_0;
  }
  else {
    var IC_2_0 = IC_2_0_Module.IC_2_0;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy