pinyin-pro
Advanced tools
Comparing version 3.20.3 to 3.20.4
{ | ||
"name": "pinyin-pro", | ||
"version": "3.20.3", | ||
"version": "3.20.4", | ||
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,2 +0,2 @@ | ||
[![pinyin-pro Logo](https://github.com/zh-lx/pinyin-pro/assets/73059627/79ffc02d-d223-40f9-a223-ddd2a9c9534b)](https://github.com/zh-lx/pinyin-pro) | ||
<a href="https://github.com/zh-lx/pinyin-pro"><img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/pinyin-pro/logo.svg" alt="logo" width="500" /></a> | ||
@@ -3,0 +3,0 @@ [![NPM version](https://img.shields.io/npm/v/pinyin-pro.svg)](https://www.npmjs.com/package/pinyin-pro) |
import type { SingleWordResult, PinyinMode } from '../../common/type'; | ||
import { TokenizationAlgorithm } from '@/common/segmentit'; | ||
import { TokenizationAlgorithm } from '../../common/segmentit'; | ||
/** | ||
@@ -4,0 +4,0 @@ * @description: 获取单个字符的拼音 |
@@ -1,2 +0,2 @@ | ||
import { TokenizationAlgorithm } from '@/common/segmentit'; | ||
import { TokenizationAlgorithm } from '../../common/segmentit'; | ||
interface BasicOptions { | ||
@@ -3,0 +3,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
794391