rawx
Version:
process daemon with utilities
30 lines (29 loc) • 1.48 kB
TypeScript
export type {};
import { Server_Class } from "./server";
import { Watch_C } from "./watch";
import { Proc_Util_C } from "./proc_util";
import { Files_Tree_C, Files_Complex_C } from "./files_tree/index";
import { Color_Targets, Ops_Gen, Ops_Module, Some_Colors } from "../ops";
import { Base_C, Util_Module } from "../util";
export declare const Server: Server_Class;
export declare const Watch: Watch_C;
export declare const Proc_Util: Proc_Util_C;
export declare const Files_Tree: Files_Tree_C;
export declare const Files_Complex: Files_Complex_C;
export declare const Ops_Mod: Ops_Module;
export declare const Ops: Ops_Gen;
export declare const some_colors: Some_Colors;
export declare const no_colors: Color_Targets;
export declare const Base: Base_C;
export declare const Util: Util_Module;
export type { Server_Class, Watch_C };
export type { Server_Args } from "./server_construct";
export type { Watch_Args } from "./watch";
export type { Proc_Util_C } from "./proc_util";
export type { Files_Tree_C, Files_Complex_C };
export type { Files_Tree_I, Files_Tree_Args, Matchers } from "./files_tree/index";
export type { Files_Complex_Args, Files_Complex_I, Complex_Arg } from "./files_tree/index";
export type { Ops_Gen, Some_Colors, Base_C, Util_Module };
export type { O, Conf, Color_Targets, Log, Wait } from "../ops";
export type { Ops_Module } from "../ops";
export type { Constructor, Abstract_Constructor, Base_I, str } from "../util";