1.0.1 • Published 8 months ago

nv-facutil-relation v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

nv-facutil-relation

  • < == != === !== <= >=

install

  • npm install nv-facutil-relation

splitted

usage

  const x   = require("nv-facutil-relation");

example

         x.lt(1,2,3,4,5)
         > true
         x.lt(1,2,4,3,5)
         > false

         /*
		> 1<2<4<3<5
		true                  // this ... NOT reasonale 
		> 
         */

METHODS

APIS

LICENSE

  • ISC
1.0.1

8 months ago