文件名称:to-property-key-x:将参数转换为可用作属性键的值
文件大小:183KB
文件格式:ZIP
更新时间:2024-05-03 08:04:27
nodejs javascript browser topropertykey JavaScript
属性键x 将参数转换为可以用作属性键的值。 版本:2.0.2 作者:Xotic750 执照:版权:Xotic750 module.exports(argument) ⇒ string | symbol :eject_button: 此方法将参数转换为可用作属性键的值。 类型:导出功能返回: string | symbol转换后的参数。 抛出: TypeError如果参数不是符号,并且不能强制转换为字符串。 参数 类型 描述 争论 * 转换为属性键的参数。 例子 import toPropertyKey from 'to-property-key-x' ; console . log ( toPropertyKey ( ) ) ; // 'undefined' console . log ( toPropertyKey ( 1 ) ) ; // '1' console . log ( toProp
【文件预览】:
to-property-key-x-master
----.travis.yml(252B)
----.nvmrc(6B)
----.babelrc(739B)
----package.json(4KB)
----__tests__()
--------to-property-key-x.test.js(2KB)
--------.eslintrc.js(352B)
--------__snapshots__()
----.prettierignore(70B)
----jest.config.js(392B)
----LICENSE(1KB)
----package-lock.json(560KB)
----.bettercodehub.yml(309B)
----dist()
--------to-property-key-x.esm.js.map(1KB)
--------to-property-key-x.min.js(13KB)
--------to-property-key-x.esm.js(1KB)
--------to-property-key-x.js(49KB)
--------to-property-key-x.min.js.LICENSE(336B)
--------to-property-key-x.min.js.map(60KB)
--------to-property-key-x.min.js.LICENSE.txt(336B)
--------to-property-key-x.js.map(68KB)
----src()
--------to-property-key-x.js(623B)
--------.eslintrc.js(55B)
----.npmignore(1KB)
----.eslintrc.js(2KB)
----.gitignore(1KB)
----webpack.config.js(9KB)
----README.md(3KB)
----.eslintignore(70B)
----.editorconfig(441B)
----.prettierrc.json(289B)