文件名称:deep-waters:eepDeep Waters是一个易于编写的功能验证系统,适用于javascript开发人员:fire:
文件大小:526KB
文件格式:ZIP
更新时间:2024-04-08 10:54:28
nodejs javascript functional validation functional-programming
深水 一个易于编写的针对Java开发人员的功能验证系统 :light_bulb:什么是深水区? 一个易于编写的针对Java开发人员的功能验证系统 通过使用一种功能方法和组合原理,它可以轻松地从现有的验证器中创建自定义和可重复使用的验证器。 :hot_beverage:特征 功能齐全 基于Object.prototype.toString而不是typeof严格类型验证,以避免意外行为 小巧轻便 极度模块化 简洁的API :man_dancing:安装 您可以使用NPM进行安装: npm install deep-waters Deep Waters将其模块导出为CommonJS模块,以便可以轻松地将每个模块分别导入,如下所示: const compose = require ( 'deep-waters/compose' ) ; const minLength = require ( 'deep-waters/minLength' ) ; cons