912dab4e562d35774ad6a842459860fd7042f101
[squeep-indieauth-helper] / index.js
1 'use strict';
2
3 const Communication = require('./lib/communication');
4 const Enum = require('./lib/enum');
5
6 module.exports = {
7 Communication,
8 Enum,
9 };