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

node_modules.encoding.lib.iconv-loader.js Maven / Gradle / Ivy

The newest version!
'use strict';

var iconv_package;
var Iconv;

try {
    // this is to fool browserify so it doesn't try (in vain) to install iconv.
    iconv_package = 'iconv';
    Iconv = require(iconv_package).Iconv;
} catch (E) {
    // node-iconv not present
}

module.exports = Iconv;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy