From b15e0ac5ec20521b703f81831baa2376a497a274 Mon Sep 17 00:00:00 2001 From: zhoulixiang Date: Sun, 17 Mar 2024 18:11:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81"=E4=B8=80"=E5=92=8C"?= =?UTF-8?q?=E4=B8=8D=E5=8F=98=E8=B0=83"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/core/pinyin/handle.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/types/core/pinyin/handle.d.ts b/types/core/pinyin/handle.d.ts index 0739742..337d287 100644 --- a/types/core/pinyin/handle.d.ts +++ b/types/core/pinyin/handle.d.ts @@ -7,11 +7,6 @@ import type { SingleWordResult, PinyinMode } from '../../common/type'; type GetSingleWordPinyin = (word: string) => string; export declare const getSingleWordPinyin: GetSingleWordPinyin; export declare const getPinyin: (word: string, list: SingleWordResult[], mode: 'normal' | 'surname') => SingleWordResult[]; -/** - * @description: 是否命中变调字规则 - * @param {string} pinyin - * @return {string} - */ /** * @description: 将带音调符号拼音转换为不带音调拼音 * @param {string} pinyin