mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-24 05:11:22 +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; |