node-nth-check

performant nth-check parser & compiler
  https://github.com/fb55/nth-check
  0
  no reviews



This module can be used to parse & compile nth-checks, as they are found in CSS 3's nth-child() and nth-last-of-type().

nth-check focusses on speed, providing optimized functions for different kinds of nth-child formulas, while still following the spec.

Node.js is an event-based server-side JavaScript engine.