medialize/ally.js

View on GitHub
src/map/_map.js

Summary

Maintainability
A
0 mins
Test Coverage

// exporting modules to be included the UMD bundle

import attribute from './attribute';
import keycode from './keycode';
export default {
  attribute,
  keycode,
};