Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / chain-able / src / deps / cast / toStringCode.js
Size: Mime:
"use strict";

const fromStringToUint31 = require("./fromStringToUint31"); // @TODO would want to *add* numbers instead of dividing?
// and could add a decimal or something for turning back to string?


function fromStringToNumber(x) {
  return fromStringToUint31(x.toLowerCase());
}