UNPKG

319 BJavaScriptView Raw
1// Copyright IBM Corp. 2013. All Rights Reserved.
2// Node module: loopback-component-push
3// This file is licensed under the Artistic License 2.0.
4// License text available at https://opensource.org/licenses/Artistic-2.0
5
6'use strict';
7
8exports.ApnsProvider = require('./apns');
9exports.GcmProvider = require('./gcm');