UNPKG

@nexim/sanitizer

Version:

A collection of sanitization utilities for phone numbers and numeric inputs with TypeScript type safety.

8 lines 197 B
export function createLogger(name) { return { error: (method, error) => { console.error(`[${name}:${method}]`, error); }, }; } //# sourceMappingURL=logger.js.map