ensl_gathers/lib/gather/map.js

13 lines
130 B
JavaScript
Raw Normal View History

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