UNPKG

apn

Version:

An interface to the Apple Push Notification service for Node.js

11 lines (9 loc) 194 B
"use strict"; module.exports = function extend(target, source) { for (var key in source) { if (source[key] !== undefined) { target[key] = source[key]; } } return target; };