deleting index.ts files
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* Utils Core - Core utility functions
|
||||
*/
|
||||
|
||||
export * from "./terminal";
|
||||
export * from "./string-helpers";
|
||||
export * from "./tools";
|
||||
export * from "./ensure-directories";
|
||||
@@ -1,12 +0,0 @@
|
||||
/**
|
||||
* Utils Module - Utility functions
|
||||
*/
|
||||
|
||||
export * from "./core";
|
||||
export * from "./menu";
|
||||
export * from "./diff";
|
||||
export * from "./syntax-highlight/detect";
|
||||
export * from "./syntax-highlight/highlight";
|
||||
export * from "./tui-app/input-utils";
|
||||
export * from "./tui-app/mode-utils";
|
||||
export * from "./tui-app/paste-utils";
|
||||
@@ -1,5 +0,0 @@
|
||||
/**
|
||||
* Utils Menu - Menu-related utilities
|
||||
*/
|
||||
|
||||
export * from "./progress-bar";
|
||||
Reference in New Issue
Block a user