New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

deasciifier

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deasciifier

deasciifier.com OS X Workflow

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Türkçe Deasciifier

Deasciifier yabancı metinleri Türkçeye çevirmenize yarayan bir uygulamadır.

Gereksinimler

  • Mac OS X
  • node / npm

Yükeleme

npm install deasciifier -g

Yükleme yaptıktan sonra, aşağıdaki pencereye onay verin:

Service Install

Kullanım

$ echo "Nasilsiniz?" | deasciify
Nasılsınız?
$ echo "Saka mi bu?" | deasciify
Şaka mı bu?

Node.js Kullanımı

var Deasciifier = require("deasciifier");

var deascii = new Deasciifier();
deascii.deasciify("Nasilsiniz?"); //=> Nasılsınız?
deascii.deasciify("Saka mi bu?"); //=> Şaka mı bu?

Lisans

MIT


Turkish text deasciifier and asciifier JavaScript library. Deasciifier code directly converted by Mustafa Emre Acer from Dr. Deniz Yuret's Emacs Turkish Extension: http://www.denizyuret.com/turkish

Keywords

FAQs

Package last updated on 21 Jun 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc