Sha256: f9736fde486f1f27112126908c39423b2b3b946a96d5e2a4d762b3139da17543
Contents?: true
Size: 367 Bytes
Versions: 427
Compression:
Stored size: 367 Bytes
Contents
'use strict'; var ValidateAndApplyPropertyDescriptor = require('./ValidateAndApplyPropertyDescriptor'); // https://262.ecma-international.org/6.0/#sec-iscompatiblepropertydescriptor module.exports = function IsCompatiblePropertyDescriptor(Extensible, Desc, Current) { return ValidateAndApplyPropertyDescriptor(undefined, undefined, Extensible, Desc, Current); };
Version data entries
427 entries across 61 versions & 3 rubygems