4 lines
57 B
JavaScript
Raw Normal View History

module.exports = function exampleMap() {
return {};
};