Kronos-Integration/kronos-adapter-inbound-file

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
/* jslint node: true, esnext: true */
'use strict';

const AdpaterInboundFileFactory = require('./lib/adapter-inbound-file');

exports.adpaterInboundFile = AdpaterInboundFileFactory;

exports.registerWithManager = manager => manager.registerStep(AdpaterInboundFileFactory);