Update rainbow.js

This commit is contained in:
Richie Bendall 2024-01-20 01:44:04 +13:00 committed by GitHub
parent 8724c55118
commit 5fd8e090e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
import { setTimeout as delay } from 'node:timers/promises';
import {setTimeout as delay} from 'node:timers/promises';
import convertColor from 'color-convert';
import updateLog from 'log-update';
import chalk from '../source/index.js';