importCharacterSetECIfrom'../common/CharacterSetECI';
/**
* Just to make a shortcut between Java code and TS code.
*/exportdefaultclassCharsetextendsCharacterSetECI {
staticforName(name) {
returnthis.getCharacterSetECIByName(name);
}
}
//# sourceMappingURL=Charset.js.map