UNPKG

@central-credit/engine

Version:

Engine to handle the Serasa requests

12 lines 496 B
"use strict"; // Copyright IBM Corp. 2018. All Rights Reserved. // Node module: loopback4-example-shopping // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./mongo.datasource")); __export(require("./serasa.datasource")); //# sourceMappingURL=index.js.map