/** * 全角に変換 * * @since 0.4.0 * @param str 対象の文字列 */ export default function (str: string): string; //# sourceMappingURL=toWide.d.ts.map