UNPKG

pm2-tls-logger

Version:

A simple and efficient PM2 module that forwards logs to Typesense Server

10 lines (9 loc) 521 B
import PMX from "@pm2/io/build/main/pmx"; export declare function getHostName(pm2Config: Record<string, any>): string; export declare function validateModuleConfig(pm2Config: Record<string, any>): boolean; export declare const handleInitError: (error?: Error | null) => boolean; export declare const getModuleConfig: (io: PMX) => import("@pm2/io/build/main/pmx").IOConfig; export declare const handleModuleConfig: (io: PMX) => { configIsValid: boolean; moduleConfig: import("@pm2/io/build/main/pmx").IOConfig; };