export わすれ

This commit is contained in:
mattyatea 2023-11-04 10:15:23 +09:00
parent bee34b41e0
commit 90a28a0779
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function uhoize(str) {
export function uhoize(str) {
const punctuation = ['。', '', '', '.', '!', '?'];
let lines = str.split('\n');
let voice = 'ウホ';