flexver

1.1.1 • Public • Published

FlexVer-JS

A basic JavaScript implementation of FlexVer. Does not use "modern" JavaScript syntax, and so should work anywhere, as long as String.codePointAt is defined.

Getting it

You can either copy and rename index.js wholesale into your project, or retrieve it from NPM, where the package is flexver. In dist, there are three files; browser.js, module.js, and node.js, for different target platforms.

Usage

In the browser, a flexVerCompare function is added to the window object. It accepts two strings, and returns a negative number for a < b, 0 for a == b, and a positive number for a > b.

In Node, a function is exported from the module that works the same as described above.

Package Sidebar

Install

npm i flexver

Weekly Downloads

66

Version

1.1.1

License

CC0-1.0

Unpacked Size

14.1 kB

Total Files

12

Last publish

Collaborators

  • unascribed