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

Made by Antonio Ramirez

baudot-code-to-string

0.1.0

@samccone

npmHomeRepoSnykSocket
Downloads:8
$ npm install baudot-code-to-string
DailyWeeklyMonthlyYearly

Baudot Code to String

Decodes a binary sequence into an ASCII string.

require('baudot-code-to-string')('111110001111011101111111100011') === 'a1a';