Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 570 Bytes

log.md

File metadata and controls

35 lines (19 loc) · 570 Bytes

util-ex / Exports / log

Module: log

Table of contents

Namespaces

Functions

Functions

export=

export=(...args): void

Logs a message to the console with a timestamp prefix.

Parameters

Name Type Description
...args any The arguments to log to the console.

Returns

void

Defined in

src/log.js:26