New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reverse-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reverse-keyboard

The functon `reverseKeyboard` takes text and return string after changed keyboard layout (en => ru || ru => en)

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Reverse-keyboard

The functon reverseKeyboard takes text and return string after changed keyboard layout (en => ru || ru => en)

Installation

npm i reverse-keyboard

Usage

import to your file and pass the string to the parameters of the reverseKeyboard function

import reverseKeyboard from 'reverse-keyboard'

from english to russian

const result = reverseKeyboard('bpvtyb hfcrkflre')

console.log(result) // измени раскладку

from russian to english

const result = reverseKeyboard('ремекыу лунищфкв')

console.log(result) // reverse keyboard

FAQs

Package last updated on 28 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts