PHP 8.2.30
Preview: index.js Size: 277 B
/home/byroehnu/easepay.easetack.com/node_modules/defaults/index.js

var clone = require('clone');

module.exports = function(options, defaults) {
  options = options || {};

  Object.keys(defaults).forEach(function(key) {
    if (typeof options[key] === 'undefined') {
      options[key] = clone(defaults[key]);
    }
  });

  return options;
};

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:21
Edit Download
277 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
1.09 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
632 B lrw-r--r-- 2026-02-28 00:27:02
Edit Download
771 B lrw-r--r-- 2026-02-28 00:27:12
Edit Download
1.03 KB lrw-r--r-- 2026-02-28 00:26:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).