From bc1f02930303d651a1146d371842166a104d8a17 Mon Sep 17 00:00:00 2001 From: KATT Date: Sat, 7 Oct 2023 17:00:05 +0200 Subject: [PATCH] cool --- .benchmark/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.benchmark/index.js b/.benchmark/index.js index 01f95845..76581945 100644 --- a/.benchmark/index.js +++ b/.benchmark/index.js @@ -1,3 +1,5 @@ +// taken from https://github.com/Rich-Harris/superjson-and-devalue + import ARSON from "arson"; import { parse, stringify, uneval } from "devalue"; import c from "kleur";