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

hapin-utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapin-utils

Hapin JavaScript(TypeScript) 开放工具包

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

hapin-utils

version download

Hapin JavaScript(TypeScript) 开放工具包。

安装

npm i hapin-utils

快速开始

import { transformHapinToArabic } from 'hapin-utils'

transformHapinToArabic('ara') // ارا

API

  • transformArabicToHapin(word: string): string 将老文字转化为哈拼
  • transformHapinToArabic(word: string): string 将哈拼转化为老文字
  • transformCyrillicToHapin(word: string): string 将西里尔文字转化为哈拼
  • transformCyrillicToArabic(word: string): string 将西里尔文字转化为老文字

FAQs

Package last updated on 27 Jan 2024

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