beater matcher:打浆机的匹配库 源码
打浆机 的匹配器库。 安装 $ npm install --save-dev beater-matcher 用法 import assert from 'assert' ; import { any , anyArray , anyNumber , anyString , anyObject , match , matchString , partialObject , } from 'beater-matcher' ; const value = { a : 123 , b : 'abc' , c : [ 1 , 2 , 3 ] , d : { a : 1 , b : 2 , c : 3 } } ; // (basic matchers) // value as matcher assert ( match ( value , value
用户评论