A simple Node module for converting EBCDIC char to ASCII char and vice-versa.
For this version use require
.
import
will be provided in the future.
Sample:
const EBCDIC = require('nm-ebcdic-converter');
var ascii = EBCDIC.toASCII('C6');
Or if you prefer you can play around with StackBlitz