Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

string.prototype.toradixof

okpalan1ISCdeprecated0.1.0

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Get the RadixOf any string in an array.

toradixof, string.prototype

readme

String.prototype.toRadixOf

Get the RadixOf any string in an array.

    var greeting = "Hello World";
    console.log(greeting.toRadixOf(2));

TODO:

1) Add tests