Package Exports
- atm-fits
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (atm-fits) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
atm-fits
ATM FITs (Financial Institution Tables) Service implementation, used by Electron ATM application. The module may be used for NDC ATM FITs parsing and processing.
To use:
const FITsService = require('atm-fits');
var s = new FITsService();