export わすれ
This commit is contained in:
parent
bee34b41e0
commit
90a28a0779
|
@ -1,4 +1,4 @@
|
||||||
function uhoize(str) {
|
export function uhoize(str) {
|
||||||
const punctuation = ['。', '!', '?', '.', '!', '?'];
|
const punctuation = ['。', '!', '?', '.', '!', '?'];
|
||||||
let lines = str.split('\n');
|
let lines = str.split('\n');
|
||||||
let voice = 'ウホ';
|
let voice = 'ウホ';
|
||||||
|
|
Loading…
Reference in New Issue