node-input-validator icon indicating copy to clipboard operation
node-input-validator copied to clipboard

Added addImplicitRule method

Open codetestmg opened this issue 3 years ago • 2 comments

codetestmg avatar Jan 02 '22 04:01 codetestmg

I think better solution to modify extend method in index.d.ts by passing third param

export function extend(name: string, callback: any, isImplicit: boolean): void;

codetestmg avatar Jan 02 '22 09:01 codetestmg

Codecov Report

Merging #70 (82a8b7b) into master (8106ba5) will decrease coverage by 0.10%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   97.93%   97.83%   -0.11%     
==========================================
  Files          90       90              
  Lines         969      970       +1     
==========================================
  Hits          949      949              
- Misses         20       21       +1     
Impacted Files Coverage Δ
lib/index.js 93.33% <0.00%> (-3.22%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8106ba5...82a8b7b. Read the comment docs.

codecov[bot] avatar Jan 24 '22 17:01 codecov[bot]