addrSender.js 244 B

12345678910
  1. // Copyright 2017-2018 Jaco Greeff
  2. // This software may be modified and distributed under the terms
  3. // of the ISC license. See the LICENSE file for details.
  4. // @flow
  5. import addr from './addr';
  6. const subject = addr();
  7. export default subject;