if-const:javascript条件词中的新词!

时间:2024-03-06 04:02:49
【文件属性】:

文件名称:if-const:javascript条件词中的新词!

文件大小:109KB

文件格式:ZIP

更新时间:2024-03-06 04:02:49

TypeScript

如果常量 根据值的正确性执行代码块,同时还使该值可用于该块 安装 使用安装: $ npm install --save if-const 或您喜欢的任何其他方式。 用法 工作与正常的任何类型的条件if作品有。 允许在代码块中使用条件的结果(类似于C# out var语法)。 import ifConst from 'if-const' ; // a little function to simulate uncertanty of the result // it returns either null or an object const nullOrObj = ( ) => Math . random ( ) > 0.5 ? null : { foo : 'bar' } ; const defaultObj = { foo : 'foo' } ; const obj = ifC


【文件预览】:
if-const-main
----.gitignore(44B)
----tsconfig.json(828B)
----README.md(3KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------CONTRIBUTING.md(1KB)
--------CODE_OF_CONDUCT.md(3KB)
--------ISSUE_TEMPLATE()
----tests()
--------ifConst.spec.ts(1KB)
----LICENSE(1KB)
----bili.config.ts(248B)
----package.json(6KB)
----dist()
--------es()
--------umd.js(629B)
--------js()
--------esnext()
--------umd.js.map(1KB)
----.coveralls.yml(25B)
----logo-g.svg(9KB)
----src()
--------index.ts(966B)
----.travis.yml(166B)
----.editorconfig(147B)
----package-lock.json(371KB)

网友评论