mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-02 14:11:35 +00:00
13 lines
130 B
JavaScript
13 lines
130 B
JavaScript
|
"use strict";
|
||
|
|
||
|
/*
|
||
|
* Implements Map
|
||
|
*
|
||
|
* Will eventually pull maps off ENSL API
|
||
|
*/
|
||
|
|
||
|
function Map () {
|
||
|
|
||
|
}
|
||
|
|
||
|
module.exports = Map;
|