"use strict"; /* * Implements Map * * Will eventually pull maps off ENSL API */ function Map () { } module.exports = Map;