/** * 記号を半角に変換 * * @since 2.0.0 * @param str 対象の文字列 */ export default function (str: string): string; //# sourceMappingURL=toNarrowSign.d.ts.map