Sha256: 96b941934b9050815f9397bc6796ea8611bfa00c5886587d81da64a23841e3b9

Contents?: true

Size: 562 Bytes

Versions: 23

Compression:

Stored size: 562 Bytes

Contents

"use strict";

module.exports.mixin = function mixin(target, source) {
  const keys = Object.getOwnPropertyNames(source);
  for (let i = 0; i < keys.length; ++i) {
    Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
  }
};

module.exports.wrapperSymbol = Symbol("wrapper");
module.exports.implSymbol = Symbol("impl");

module.exports.wrapperForImpl = function (impl) {
  return impl[module.exports.wrapperSymbol];
};

module.exports.implForWrapper = function (wrapper) {
  return wrapper[module.exports.implSymbol];
};

Version data entries

23 entries across 23 versions & 7 rubygems

Version Path
japanese_address_parser-3.2.0 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.1.2 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.1.1 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.1.0 js/node_modules/whatwg-url/lib/utils.js
waves_lib-0.1.0 js/node_modules/whatwg-url/lib/utils.js
reed_sdk-1.0.1 node_modules/whatwg-url/lib/utils.js
reed_sdk-1.0.0 node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.5 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.4 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.3 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.2 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.1 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-3.0.0 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-2.2.1 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-2.2.0 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-2.1.1 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-2.1.0 js/node_modules/whatwg-url/lib/utils.js
japanese_address_parser-2.0.0 js/node_modules/whatwg-url/lib/utils.js
isomorfeus-puppetmaster-0.5.5 node_modules/whatwg-url/lib/utils.js
isomorfeus-puppetmaster-0.5.4 node_modules/whatwg-url/lib/utils.js