From d19a1e4e02c6743f057d03caa9337a5b47bfa9cd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 8 Jan 2022 18:37:57 +0530 Subject: feat(eval): implements basic eval filtering --- src/utils.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.ts') diff --git a/src/utils.ts b/src/utils.ts index 7e3009f..8e3abb9 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -22,3 +22,6 @@ export const constructors = >(): { }, }, ) as any + +export const jlog = (x: any) => console.log(JSON.stringify(x, null, 2)) + -- cgit v1.3.1