npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

string-to-binary

0.1.2

@samccone

npmHomeRepoSnykSocket
Downloads:6
$ npm install string-to-binary
DailyWeeklyMonthlyYearly

String to Binary

A simple utility library to convert an ascii string to a binary string representation.

require('string-to-binary')("hello world");

Installing

npm i string-to-binary