From 518a6a9ee31f0b03f08cb77bc613b4d708bb640b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jan 2023 20:32:20 +0530 Subject: chore: prettier --- examples/file.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'examples/file.ts') diff --git a/examples/file.ts b/examples/file.ts index fd5728b..2cc2b7a 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -13,11 +13,5 @@ interface ConstK extends Kind1 { export type main = [ Bind, PrintK>, - Bind< - Try< - ReadFile<'./unicorn'>, - ConstK<"hello world"> - >, - PrintK - >, + Bind, ConstK<'hello world'>>, PrintK> ] -- cgit v1.3.1