@types/tmilar__furigana-helper
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Installation

npm install --save @types/tmilar__furigana-helper

Summary

This package contains type definitions for @tmilar/furigana-helper (https://github.com/tmilar/furigana-helper#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tmilar__furigana-helper.

index.d.ts

/**
 * Combine any JP string input with it's corresponding -kana transcription, to groups of original-kana pairs
 * useful for kanji-only furigana readability.
 *
 * @param aOriginal  - original JP string comprised of kanji / hiragana / katakana symbols
 * @param aKana - corresponding JP string in hiragana / katakana symbols only
 * @return combinedGroups - array of string pairs of original-to-kana combinations.
 */
export function combineOriginalAndKana(aOriginal: string, aKana: string): string[][];

export {};

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/tmilar__furigana-helper

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

3.73 kB

Total Files

5

Last publish

Collaborators

  • types