UNPKG

encompassconnect

Version:

An Unofficial, (mostly) typed Node SDK that wraps around Ellie Mae's Encompass RESTful API.

12 lines (11 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @ignore */ class EncompassService { constructor(context) { this.context = context; } } exports.default = EncompassService;