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

0.0.2 • Public • Published

Installation

npm install --save @types/jp-conversion

Summary

This package contains type definitions for jp-conversion (https://github.com/Pomax/node-jp-conversion).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jp-conversion.

index.d.ts

export function convert(
    input: string,
): false | { kanji: false | string; hiragana: false | string; katakana: false | string; romaji: false | string };
export function romanise(kana: string): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Nicolas Newman.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jp-conversion

Weekly Downloads

8

Version

0.0.2

License

MIT

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • types