PHP 8.2.30
Preview: index.js Size: 277 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/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: 5

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-28 00:26:18
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).