From 9c363a2a66f446f474dc3e87d2b0dfaf684667f2 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 18 Nov 2024 05:07:26 -0500 Subject: Let's not be silly with our JSON --- src/UI.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/UI.js') diff --git a/src/UI.js b/src/UI.js index 0b00e5d..5cdc5d0 100644 --- a/src/UI.js +++ b/src/UI.js @@ -1,2 +1,3 @@ export const _cheatLog = (a) => () => console.log(a); export const _setInterval = (delay) => (f) => () => setInterval(f, delay); +export const _toJSON = (x) => JSON.stringify(x); -- cgit v1.2.3