Update rainbow.ts

This commit is contained in:
l198881 2021-05-29 18:48:16 -03:00 committed by GitHub
parent 0356032002
commit 2afc914df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
chars.join('');
}
sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
sleep = ms => Promise(resolve => setTimeout(resolve, ms));
M animateString(str) {
console.log();