mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 05:58:15 +08:00
7 lines
201 B
TypeScript
7 lines
201 B
TypeScript
export = log;
|
|
/**
|
|
* Logs out a message if there is no format option set.
|
|
* @param {string} message - Message to log.
|
|
*/
|
|
declare function log(message: string): void;
|
|
//# sourceMappingURL=log.d.ts.map
|