文件名称:when:js模式匹配实用程序,可帮助您编写更简洁的代码
文件大小:202KB
文件格式:ZIP
更新时间:2024-04-14 12:58:12
JavaScript
Javascript模式匹配实用程序,可帮助您编写更简洁的代码 我们都喜欢三元运算符,但有时很难读懂 const adminUser = {name: 'Aragorn', password: 'the_king' } const login = (user, password) => !user, ? 'Fill the user name plz' : !password ? 'Fill the password plz' : user !== adminUser.name ? `There's not a registered user with the name ${name}` : password !== adminUser
【文件预览】:
when-master
----package.json(895B)
----tests()
--------test.js(1KB)
----LICENSE(1KB)
----package-lock.json(392KB)
----dist()
--------index.js(797B)
--------index.umd.js(961B)
--------index.js.map(2KB)
--------index.umd.js.map(2KB)
--------index.modern.js(782B)
--------index.modern.js.map(2KB)
--------index.module.js(804B)
--------index.module.js.map(2KB)
----src()
--------index.js(1KB)
----.npmignore(370B)
----.gitignore(55B)
----README.md(3KB)
----yarn.lock(279KB)