0
0
Fork 0
mirror of https://github.com/ENSL/ensl_gathers.git synced 2025-03-05 00:40:49 +00:00
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;