PHP 8.2.30
Preview: index.d.ts Size: 585 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/log-symbols/index.d.ts

/**
Colored symbols for various log levels.

Includes fallbacks for Windows CMD which only supports a [limited character set](https://en.wikipedia.org/wiki/Code_page_437).

@example
```
import logSymbols from 'log-symbols';

console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support:     ✔ Finished successfully!
// Terminals without Unicode support:  √ Finished successfully!
```
*/
declare const logSymbols: {
	readonly info: string;
	readonly success: string;
	readonly warning: string;
	readonly error: string;
};

export default logSymbols;

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
124 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
585 B lrw-r--r-- 2026-02-28 00:27:22
Edit Download
435 B lrw-r--r-- 2026-02-28 00:26:52
Edit Download
1.09 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
997 B lrw-r--r-- 2026-02-28 00:27:02
Edit Download
1.37 KB lrw-r--r-- 2026-02-28 00:27:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).