Skip to content

Instantly share code, notes, and snippets.

"use strict";
// node-ews for Exchange Web Services API calls.
const EWS = require("node-ews");
// map-json for mapping JSON to something simpler.
const MP = require("map-json");
// require lodash.
const _ = require("lodash");