From e319818b8cc27450237f4b6b96022458ae478ab2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 6 Jan 2023 18:07:26 +0530 Subject: refactor: splits funcs into stdlib --- src/stdlib/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/stdlib/index.ts (limited to 'src/stdlib/index.ts') diff --git a/src/stdlib/index.ts b/src/stdlib/index.ts new file mode 100644 index 0000000..45197d9 --- /dev/null +++ b/src/stdlib/index.ts @@ -0,0 +1,4 @@ +export * from './io' +export * from './fs' +export * from './stdio' +export * from './sys' -- cgit v1.3.1