guard-function:你不可以过去!

时间:2024-05-22 11:06:10
【文件属性】:

文件名称:guard-function:你不可以过去!

文件大小:69KB

文件格式:ZIP

更新时间:2024-05-22 11:06:10

JavaScript

保护功能 使用谓词保护功能。 安装 npm install guard-function 用法 基本用法 var guard = require ( 'guard-function' ) ; let capitalize = ( str ) => str . charAt ( 0 ) . toUpperCase ( ) + str . slice ( 1 ) ; // Silently fail when non-string is passed in capitalize = guard ( ( str ) => typeof str === 'string' , capitalize ) ; capitalize ( 12 ) ; // => undefined capitalize ( "you shall not pass!" ) ; // => "You shall not


【文件预览】:
guard-function-master
----.jshintrc(601B)
----you-shall-not-pass.jpg(63KB)
----test.js(2KB)
----.npmignore(23B)
----test.es6(2KB)
----.travis.yml(38B)
----gulpfile.js(550B)
----LICENSE(1KB)
----index.es6(277B)
----README.md(972B)
----.editorconfig(253B)
----.gitignore(97B)
----index.js(420B)
----package.json(1KB)

网友评论