Removed temp file from repo.

This commit is contained in:
jrmyr 2025-05-04 14:31:36 +00:00
parent 4f5a90b3bb
commit ce11c1e50e

2
tmp.js
View File

@ -1,2 +0,0 @@
import { ansi, wrapAnsi } from './_src/ansiColors.js';
console.log(wrapAnsi(ansi`[red]Hello[/] World`));