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