binary-code

1.0.2 • Public • Published

RE-TIMES

Use re-times to turn number into time in String or Milliseconds

Function

  • Turn second to Milliseconds
  • Turn Time ( Number in Second ) to Text Up to
  • Turn specified time to Milliseconds ( Up to Aeons )

Example:

const bin = require("binary-code");
 
///Turn Text to Binary code
bin.binary('impro') // 
 
///Turn Binary code to text
bin.text('011010000110100100100000011011000110111101101100') // hi lol
 

Warnings

bin.text must be string! Doesn't accept bin.text(011010000110100100100000011011000110111101101100)
bin.binary will ignore numeric character

Install Cmd

npm i --save binary-code

Found a Bug?

Readme

Keywords

Package Sidebar

Install

npm i binary-code

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

6.04 kB

Total Files

5

Last publish

Collaborators

  • kenjiedec