UNPKG

util-ex

Version:

Browser-friendly enhanced util fully compatible with standard node.js

8 lines (7 loc) 195 B
/** * Logs a message to the console with a timestamp prefix. * * @param {...any} args - The arguments to log to the console. */ export function log(...args: any[]): void; export default log;