1.0.2 • Published 4 years ago

binary-code v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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?

  • Create new Issue on Github