UNPKG

japanese-string-utils

Version:

The utils convert Japanese strings to other forms, such as Hiragana, Katakana, Full-width, Half-width, numeric and others.

2 lines (1 loc) 61 B
export declare function toFullwidth(value: string): string;