feathersjs/feathers-sendgrid

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
if (!global._babelPolyfill) { require('babel-polyfill'); }

import mail from './services/mail';
import h from './hooks';

export const hooks = h;

export const MailService = mail;
// TODO (EK): Add more services for the sendgrid API

export default mail;