object-create-x:Sham for Object.create

时间:2024-04-18 21:31:40
【文件属性】:

文件名称:object-create-x:Sham for Object.create

文件大小:261KB

文件格式:ZIP

更新时间:2024-04-18 21:31:40

nodejs browser object ecmascript create

对象创建x Sham for Object.create module.exports boolean :eject_button: 此方法方法使用指定的原型对象和属性创建一个新对象。 类型:出口成员返回: boolean具有指定原型对象和属性的新对象。 抛出: TypeError如果properties参数不为null或一个对象。 参数 类型 描述 原型 * 该对象应该是新创建对象的原型。 [特性] * 如果指定且未定义,则其可枚举的自身属性(即,在其自身上定义的那些属性,而不是其原型链上不可枚举的属性)的对象会指定要添加到新创建的对象中的属性描述符,以及相应的属性名称。 例子 import create from 'object-create-x' ; // Shape - superclass function Shape ( ) { this . x = 0 ; this .


【文件预览】:
object-create-x-master
----.travis.yml(252B)
----.nvmrc(6B)
----.babelrc(739B)
----package.json(4KB)
----__tests__()
--------object-create-x.test.js(2KB)
--------.eslintrc.js(352B)
----.prettierignore(70B)
----jest.config.js(392B)
----LICENSE(1KB)
----package-lock.json(575KB)
----.bettercodehub.yml(309B)
----dist()
--------object-create-x.esm.js.map(14KB)
--------object-create-x.esm.js(9KB)
--------object-create-x.min.js.LICENSE(292B)
--------object-create-x.min.js.map(151KB)
--------object-create-x.js.map(176KB)
--------object-create-x.min.js.LICENSE.txt(292B)
--------object-create-x.js(122KB)
--------object-create-x.min.js(29KB)
----src()
--------.eslintrc.js(55B)
--------object-create-x.js(8KB)
----.npmignore(1KB)
----.eslintrc.js(2KB)
----.gitignore(1KB)
----webpack.config.js(9KB)
----README.md(4KB)
----.eslintignore(70B)
----.editorconfig(441B)
----.prettierrc.json(289B)

网友评论