UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 291 B
/** * Prepares acton params for logging. * Hides any sensitive data as defined by `api.config.general.filteredParams` * Truncates long strings via `api.config.logger.maxLogStringLength` */ export declare function filterObjectForLogging(params: Record<string, any>): Record<string, any>;