From 2a0815eeb378b0140ef2885514715fb00db7a11e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 7 Jan 2023 00:53:23 +0530 Subject: refactor: moves stdlib around + package stuff --- src/stdlib/index.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/stdlib/index.ts (limited to 'src/stdlib/index.ts') diff --git a/src/stdlib/index.ts b/src/stdlib/index.ts deleted file mode 100644 index 45197d9..0000000 --- a/src/stdlib/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from './io' -export * from './fs' -export * from './stdio' -export * from './sys' -- cgit v1.3.1