@reliverse/relinka 1.3.2 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +87 -134
- package/bin/libs/core/core-impl/deprecated/components/core/core.d.ts +1 -0
- package/bin/libs/core/core-impl/deprecated/components/core/core.js +1 -0
- package/bin/libs/core/core-impl/deprecated/components/levels/levels.d.ts +26 -0
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/levels/levels.js +15 -15
- package/bin/libs/core/core-impl/deprecated/components/modes/basic.d.ts +20 -0
- package/bin/libs/core/core-impl/deprecated/components/modes/basic.js +21 -0
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/modes/browser.d.ts +19 -19
- package/bin/libs/core/core-impl/deprecated/components/modes/browser.js +12 -0
- package/bin/libs/core/core-impl/deprecated/components/modes/shared.d.ts +3 -0
- package/bin/libs/core/core-impl/deprecated/components/modes/shared.js +4 -0
- package/{dist-npm/components/relinka → bin/libs/core/core-impl/deprecated/components/relinka-deprecated}/logger.d.ts +5 -5
- package/bin/libs/core/core-impl/deprecated/components/relinka-deprecated/logger.js +5 -0
- package/{dist-npm/components/relinka → bin/libs/core/core-impl/deprecated/components/relinka-deprecated}/mod.d.ts +21 -21
- package/bin/libs/core/core-impl/deprecated/components/relinka-deprecated/mod.js +34 -0
- package/{dist-npm/components/relinka → bin/libs/core/core-impl/deprecated/components/relinka-deprecated}/relinka.d.ts +141 -140
- package/{dist-npm/components/relinka → bin/libs/core/core-impl/deprecated/components/relinka-deprecated}/relinka.js +30 -27
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/reporters/basic.d.ts +11 -11
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/reporters/basic.js +10 -6
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/reporters/browser.d.ts +10 -10
- package/bin/libs/core/core-impl/deprecated/components/reporters/fancy.d.ts +10 -0
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/reporters/fancy.js +19 -12
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/types/mod.d.ts +150 -149
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/box.d.ts +114 -114
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/box.js +1 -1
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/deprecatedColors.d.ts +69 -69
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/deprecatedColors.js +3 -12
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/error.d.ts +6 -6
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/format.d.ts +14 -14
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/format.js +2 -2
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/log.d.ts +13 -13
- package/bin/libs/core/core-impl/deprecated/utils/mod.d.ts +3 -0
- package/bin/libs/core/core-impl/deprecated/utils/mod.js +9 -0
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/stream.d.ts +15 -14
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/string.d.ts +50 -50
- package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/tree.d.ts +41 -41
- package/bin/libs/core/core-main.d.ts +23 -0
- package/bin/libs/core/core-main.js +49 -0
- package/bin/main.d.ts +1 -0
- package/bin/main.js +1 -0
- package/package.json +47 -83
- package/dist-npm/components/core/core.d.ts +0 -2
- package/dist-npm/components/core/core.js +0 -2
- package/dist-npm/components/levels/levels.d.ts +0 -26
- package/dist-npm/components/modes/basic.d.ts +0 -20
- package/dist-npm/components/modes/basic.js +0 -21
- package/dist-npm/components/modes/browser.js +0 -12
- package/dist-npm/components/modes/shared.d.ts +0 -5
- package/dist-npm/components/modes/shared.js +0 -2
- package/dist-npm/components/relinka/logger.js +0 -5
- package/dist-npm/components/relinka/mod.js +0 -34
- package/dist-npm/components/reporters/fancy.d.ts +0 -10
- package/dist-npm/main.d.ts +0 -2
- package/dist-npm/main.js +0 -2
- package/dist-npm/utils/mod.d.ts +0 -3
- package/dist-npm/utils/mod.js +0 -9
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/components/reporters/browser.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/types/mod.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/error.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/log.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/stream.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/string.js +0 -0
- /package/{dist-npm → bin/libs/core/core-impl/deprecated}/utils/tree.js +0 -0
package/package.json
CHANGED
|
@@ -1,71 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@reliverse/relinka",
|
|
3
|
-
"version": "1.3.2",
|
|
4
|
-
"author": "blefnk",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "@reliverse/relinka is a powerful logger for your terminal.",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "bun examples/main.ts",
|
|
9
|
-
"check": "bun typecheck && bun lint && bun format",
|
|
10
|
-
"build:npm": "unbuild && bun build.optim.ts",
|
|
11
|
-
"build:jsr": "bun build.optim.ts --jsr",
|
|
12
|
-
"build": "bun build:npm && bun build:jsr",
|
|
13
|
-
"pub:npm": "bun build.publish.ts",
|
|
14
|
-
"pub:jsr": "bun build.publish.ts --jsr",
|
|
15
|
-
"pub:dry": "bun build.publish.ts --dry-run",
|
|
16
|
-
"pub": "bun publish.ts",
|
|
17
|
-
"typecheck": "tsc --noEmit",
|
|
18
|
-
"lint": "eslint --cache --fix .",
|
|
19
|
-
"lint:i": "eslint --inspect-config",
|
|
20
|
-
"format": "biome check --write .",
|
|
21
|
-
"attw": "bunx @arethetypeswrong/cli",
|
|
22
|
-
"unpub": "npm unpublish",
|
|
23
|
-
"test": "vitest",
|
|
24
|
-
"knip": "knip",
|
|
25
|
-
"latest": "bun update --latest"
|
|
26
|
-
},
|
|
27
|
-
"publishConfig": {
|
|
28
|
-
"access": "public"
|
|
29
|
-
},
|
|
30
|
-
"repository": {
|
|
31
|
-
"type": "git",
|
|
32
|
-
"url": "git+https://github.com/reliverse/relinka.git"
|
|
33
|
-
},
|
|
34
|
-
"types": "./dist-npm/main.d.ts",
|
|
35
|
-
"module": "./dist-npm/main.js",
|
|
36
|
-
"main": "./dist-npm/main.js",
|
|
37
|
-
"exports": {
|
|
38
|
-
"import": "./dist-npm/main.js",
|
|
39
|
-
"types": "./dist-npm/main.d.ts"
|
|
40
|
-
},
|
|
41
|
-
"bugs": {
|
|
42
|
-
"url": "https://github.com/reliverse/relinka/issues",
|
|
43
|
-
"email": "blefnk@gmail.com"
|
|
44
|
-
},
|
|
45
|
-
"files": [
|
|
46
|
-
"package.json",
|
|
47
|
-
"README.md",
|
|
48
|
-
"LICENSE.md",
|
|
49
|
-
"dist-npm"
|
|
50
|
-
],
|
|
51
|
-
"homepage": "https://github.com/reliverse/relinka",
|
|
52
|
-
"keywords": [
|
|
53
|
-
"cli",
|
|
54
|
-
"reliverse"
|
|
55
|
-
],
|
|
56
|
-
"license": "MIT",
|
|
57
2
|
"dependencies": {
|
|
58
3
|
"@figliolia/chalk-animation": "^1.0.4",
|
|
59
|
-
"@reliverse/relico": "^1.0.
|
|
60
|
-
"@reliverse/runtime": "^1.0.
|
|
61
|
-
"@sinclair/typebox": "^0.34.
|
|
4
|
+
"@reliverse/relico": "^1.0.2",
|
|
5
|
+
"@reliverse/runtime": "^1.0.3",
|
|
6
|
+
"@sinclair/typebox": "^0.34.31",
|
|
62
7
|
"ansi-diff-stream": "^1.2.1",
|
|
63
8
|
"ansi-escapes": "^7.0.0",
|
|
64
9
|
"chalk": "^5.4.1",
|
|
65
10
|
"cli-spinners": "^3.2.0",
|
|
66
11
|
"cli-styles": "^1.0.0",
|
|
67
12
|
"cli-width": "^4.1.0",
|
|
68
|
-
"confbox": "^0.1
|
|
13
|
+
"confbox": "^0.2.1",
|
|
69
14
|
"defu": "^6.1.4",
|
|
70
15
|
"destr": "^2.0.3",
|
|
71
16
|
"detect-package-manager": "^3.0.2",
|
|
@@ -74,21 +19,21 @@
|
|
|
74
19
|
"figlet": "^1.8.0",
|
|
75
20
|
"fs-extra": "^11.3.0",
|
|
76
21
|
"get-pixels": "^3.3.3",
|
|
77
|
-
"globby": "^14.0
|
|
22
|
+
"globby": "^14.1.0",
|
|
78
23
|
"gradient-string": "^3.0.0",
|
|
79
24
|
"kleur": "^4.1.5",
|
|
80
25
|
"log-update": "^6.1.0",
|
|
81
26
|
"mri": "^1.2.0",
|
|
82
27
|
"mute-stream": "^2.0.0",
|
|
83
28
|
"node-emoji": "^2.2.0",
|
|
84
|
-
"nypm": "^0.
|
|
85
|
-
"ora": "^8.
|
|
86
|
-
"pathe": "^2.0.
|
|
29
|
+
"nypm": "^0.6.0",
|
|
30
|
+
"ora": "^8.2.0",
|
|
31
|
+
"pathe": "^2.0.3",
|
|
87
32
|
"precision": "^1.0.1",
|
|
88
33
|
"seventh": "^0.9.2",
|
|
89
34
|
"signal-exit": "^4.1.0",
|
|
90
35
|
"sisteransi": "^1.0.5",
|
|
91
|
-
"std-env": "^3.8.
|
|
36
|
+
"std-env": "^3.8.1",
|
|
92
37
|
"string-width": "^7.2.0",
|
|
93
38
|
"strip-ansi": "^7.1.0",
|
|
94
39
|
"terminal-size": "^4.0.0",
|
|
@@ -96,41 +41,60 @@
|
|
|
96
41
|
"window-size": "^1.1.1",
|
|
97
42
|
"wrap-ansi": "^9.0.0"
|
|
98
43
|
},
|
|
44
|
+
"description": "@reliverse/relinka is a powerful logger for your terminal.",
|
|
45
|
+
"homepage": "https://docs.reliverse.org",
|
|
46
|
+
"license": "MIT",
|
|
47
|
+
"name": "@reliverse/relinka",
|
|
48
|
+
"type": "module",
|
|
49
|
+
"version": "1.3.4",
|
|
99
50
|
"devDependencies": {
|
|
100
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
51
|
+
"@arethetypeswrong/cli": "^0.17.4",
|
|
101
52
|
"@biomejs/biome": "1.9.4",
|
|
102
|
-
"@cspell/dict-npm": "^5.1.
|
|
103
|
-
"@eslint/js": "^9.
|
|
104
|
-
"@
|
|
105
|
-
"@eslint
|
|
106
|
-
"@stylistic/eslint-plugin": "^3.0.0",
|
|
53
|
+
"@cspell/dict-npm": "^5.1.32",
|
|
54
|
+
"@eslint/js": "^9.23.0",
|
|
55
|
+
"@reliverse/relidler-cfg": "^1.1.3",
|
|
56
|
+
"@stylistic/eslint-plugin": "^4.2.0",
|
|
107
57
|
"@types/ansi-diff-stream": "^1.2.3",
|
|
108
|
-
"@types/bun": "^1.2.
|
|
58
|
+
"@types/bun": "^1.2.8",
|
|
109
59
|
"@types/chalk-animation": "^1.6.3",
|
|
110
|
-
"@types/eslint__js": "^8.42.3",
|
|
111
60
|
"@types/figlet": "^1.7.0",
|
|
112
61
|
"@types/fs-extra": "^11.0.4",
|
|
113
62
|
"@types/mute-stream": "^0.0.4",
|
|
114
|
-
"@types/node": "^22.
|
|
63
|
+
"@types/node": "^22.13.16",
|
|
115
64
|
"@types/sentencer": "^0.2.3",
|
|
116
|
-
"@types/signal-exit": "^
|
|
65
|
+
"@types/signal-exit": "^4.0.0",
|
|
117
66
|
"@types/strip-comments": "^2.0.4",
|
|
118
67
|
"@types/window-size": "^1.1.4",
|
|
119
|
-
"c12": "^
|
|
68
|
+
"c12": "^3.0.2",
|
|
120
69
|
"citty": "^0.1.6",
|
|
121
|
-
"eslint": "^9.
|
|
122
|
-
"eslint-plugin-
|
|
70
|
+
"eslint": "^9.23.0",
|
|
71
|
+
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
72
|
+
"eslint-plugin-perfectionist": "^4.10.1",
|
|
123
73
|
"execa": "^9.5.2",
|
|
124
74
|
"jiti": "^2.4.2",
|
|
125
|
-
"knip": "^5.
|
|
75
|
+
"knip": "^5.46.4",
|
|
126
76
|
"mock-stdin": "^1.0.0",
|
|
127
77
|
"printj": "^1.3.1",
|
|
128
78
|
"sentencer": "^0.2.1",
|
|
129
79
|
"strip-comments": "^2.0.1",
|
|
130
|
-
"tsx": "^4.19.
|
|
131
|
-
"typescript": "^5.
|
|
132
|
-
"typescript-eslint": "^8.
|
|
133
|
-
"unbuild": "^3.
|
|
134
|
-
"vitest": "^3.
|
|
80
|
+
"tsx": "^4.19.3",
|
|
81
|
+
"typescript": "^5.8.2",
|
|
82
|
+
"typescript-eslint": "^8.29.0",
|
|
83
|
+
"unbuild": "^3.5.0",
|
|
84
|
+
"vitest": "^3.1.1"
|
|
85
|
+
},
|
|
86
|
+
"exports": {
|
|
87
|
+
".": "./bin/main.js"
|
|
88
|
+
},
|
|
89
|
+
"files": [
|
|
90
|
+
"bin",
|
|
91
|
+
"package.json",
|
|
92
|
+
"README.md",
|
|
93
|
+
"LICENSE"
|
|
94
|
+
],
|
|
95
|
+
"main": "./bin/main.js",
|
|
96
|
+
"module": "./bin/main.js",
|
|
97
|
+
"publishConfig": {
|
|
98
|
+
"access": "public"
|
|
135
99
|
}
|
|
136
100
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { LogObject } from "../../types/mod.js";
|
|
2
|
-
/**
|
|
3
|
-
* Defines the level of logs as specific numbers or special number types.
|
|
4
|
-
*
|
|
5
|
-
* @type {0 | 1 | 2 | 3 | 4 | 5 | (number & {})} LogLevel - Represents the log level.
|
|
6
|
-
* @default 0 - Represents the default log level.
|
|
7
|
-
*/
|
|
8
|
-
export type LogLevel = 0 | 1 | 2 | 3 | 4 | 5 | (number & {});
|
|
9
|
-
/**
|
|
10
|
-
* A mapping of `LogType` to its corresponding numeric log level.
|
|
11
|
-
*
|
|
12
|
-
* @type {Record<LogType, number>} LogLevels - key-value pairs of log types to their numeric levels. See {@link LogType}.
|
|
13
|
-
*/
|
|
14
|
-
export declare const LogLevels: Record<LogType, number>;
|
|
15
|
-
/**
|
|
16
|
-
* Lists the types of log messages supported by the system.
|
|
17
|
-
*
|
|
18
|
-
* @type {"silent" | "fatal" | "error" | "warn" | "log" | "info" | "success" | "fail" | "ready" | "start" | "box" | "debug" | "trace" | "verbose"} LogType - Represents the specific type of log message.
|
|
19
|
-
*/
|
|
20
|
-
export type LogType = "silent" | "fatal" | "error" | "warn" | "log" | "info" | "success" | "fail" | "ready" | "start" | "box" | "debug" | "trace" | "verbose";
|
|
21
|
-
/**
|
|
22
|
-
* Maps `LogType` to a `Partial<LogObject>`, primarily defining the log level.
|
|
23
|
-
*
|
|
24
|
-
* @type {Record<LogType, Partial<LogObject>>} LogTypes - key-value pairs of log types to partial log objects, specifying log levels. See {@link LogType} and {@link LogObject}.
|
|
25
|
-
*/
|
|
26
|
-
export declare const LogTypes: Record<LogType, Partial<LogObject>>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { RelinkaInstance } from "../../components/relinka/relinka.js";
|
|
2
|
-
import type { RelinkaOptions } from "../../types/mod.js";
|
|
3
|
-
export * from "./shared.js";
|
|
4
|
-
/**
|
|
5
|
-
* Factory function to create a new Relinka instance
|
|
6
|
-
*
|
|
7
|
-
* @param {Partial<RelinkaOptions & { fancy: boolean }>} [options={}] - Optional configuration options. See {@link RelinkaOptions}.
|
|
8
|
-
* @returns {RelinkaInstance} A new Relinka instance configured with the given options.
|
|
9
|
-
*/
|
|
10
|
-
export declare function createRelinka(options?: Partial<RelinkaOptions & {
|
|
11
|
-
fancy: boolean;
|
|
12
|
-
}>): RelinkaInstance;
|
|
13
|
-
/**
|
|
14
|
-
* Creates and exports a standard instance of Relinka with the default configuration.
|
|
15
|
-
* This instance can be used directly for logging throughout the application.
|
|
16
|
-
*
|
|
17
|
-
* @type {RelinkaInstance} relinka - The default instance of Relinka.
|
|
18
|
-
*/
|
|
19
|
-
export declare const relinkaBasic: RelinkaInstance;
|
|
20
|
-
export default relinkaBasic;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { LogLevels } from "../../components/levels/levels.js";
|
|
2
|
-
import { createRelinka as _createRelinka } from "../../components/relinka/relinka.js";
|
|
3
|
-
import { BasicReporter } from "../../components/reporters/basic.js";
|
|
4
|
-
export * from "./shared.js";
|
|
5
|
-
export function createRelinka(options = {}) {
|
|
6
|
-
let level = LogLevels.info;
|
|
7
|
-
if (process.env["RELINKA_LEVEL"]) {
|
|
8
|
-
level = Number.parseInt(process.env["RELINKA_LEVEL"]) ?? level;
|
|
9
|
-
}
|
|
10
|
-
const relinka = _createRelinka({
|
|
11
|
-
level,
|
|
12
|
-
defaults: { level },
|
|
13
|
-
stdout: process.stdout,
|
|
14
|
-
stderr: process.stderr,
|
|
15
|
-
reporters: options.reporters || [new BasicReporter()],
|
|
16
|
-
...options
|
|
17
|
-
});
|
|
18
|
-
return relinka;
|
|
19
|
-
}
|
|
20
|
-
export const relinkaBasic = createRelinka();
|
|
21
|
-
export default relinkaBasic;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createRelinka as _createRelinka } from "../../components/relinka/relinka.js";
|
|
2
|
-
import { BrowserReporter } from "../../components/reporters/browser.js";
|
|
3
|
-
export * from "./shared.js";
|
|
4
|
-
export function createRelinka(options = {}) {
|
|
5
|
-
const relinka = _createRelinka({
|
|
6
|
-
reporters: options.reporters || [new BrowserReporter({})],
|
|
7
|
-
...options
|
|
8
|
-
});
|
|
9
|
-
return relinka;
|
|
10
|
-
}
|
|
11
|
-
export const relinkaBrowser = createRelinka();
|
|
12
|
-
export default relinkaBrowser;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { LogLevels, LogTypes } from "../../components/levels/levels.js";
|
|
2
|
-
export { RelinkaInterface } from "../../components/relinka/relinka.js";
|
|
3
|
-
export type * from "../../types/mod.js";
|
|
4
|
-
export type { RelinkaInstance } from "../../components/relinka/relinka.js";
|
|
5
|
-
export type { LogLevel, LogType } from "../../components/levels/levels.js";
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { isDebug, isTest, isCI } from "std-env";
|
|
2
|
-
import { LogLevels } from "../levels/levels.js";
|
|
3
|
-
import { BasicReporter } from "../reporters/basic.js";
|
|
4
|
-
import { FancyReporter } from "../reporters/fancy.js";
|
|
5
|
-
import { createRelinka as _createRelinka } from "./relinka.js";
|
|
6
|
-
export * from "../../components/modes/shared.js";
|
|
7
|
-
export function createRelinka(options = {}) {
|
|
8
|
-
let level = _getDefaultLogLevel();
|
|
9
|
-
if (process.env["RELINKA_LEVEL"]) {
|
|
10
|
-
level = Number.parseInt(process.env["RELINKA_LEVEL"]) ?? level;
|
|
11
|
-
}
|
|
12
|
-
const relinka = _createRelinka({
|
|
13
|
-
level,
|
|
14
|
-
defaults: { level },
|
|
15
|
-
stdout: process.stdout,
|
|
16
|
-
stderr: process.stderr,
|
|
17
|
-
reporters: options.reporters || [
|
|
18
|
-
options.fancy ?? !(isCI || isTest) ? new FancyReporter() : new BasicReporter()
|
|
19
|
-
],
|
|
20
|
-
...options
|
|
21
|
-
});
|
|
22
|
-
return relinka;
|
|
23
|
-
}
|
|
24
|
-
function _getDefaultLogLevel() {
|
|
25
|
-
if (isDebug) {
|
|
26
|
-
return LogLevels.debug;
|
|
27
|
-
}
|
|
28
|
-
if (isTest) {
|
|
29
|
-
return LogLevels.warn;
|
|
30
|
-
}
|
|
31
|
-
return LogLevels.info;
|
|
32
|
-
}
|
|
33
|
-
export const relinkaInstance = createRelinka();
|
|
34
|
-
export default relinkaInstance;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { LogLevel, LogType } from "../../components/levels/levels.js";
|
|
2
|
-
import type { FormatOptions, LogObject } from "../../types/mod.js";
|
|
3
|
-
import { BasicReporter } from "../../components/reporters/basic.js";
|
|
4
|
-
export declare const TYPE_COLOR_MAP: Partial<Record<LogType, string>>;
|
|
5
|
-
export declare const LEVEL_COLOR_MAP: Partial<Record<LogLevel, string>>;
|
|
6
|
-
export declare class FancyReporter extends BasicReporter {
|
|
7
|
-
formatStack(stack: string): string;
|
|
8
|
-
formatType(logObj: LogObject, isBadge: boolean): any;
|
|
9
|
-
formatLogObj(logObj: LogObject, opts: FormatOptions): any;
|
|
10
|
-
}
|
package/dist-npm/main.d.ts
DELETED
package/dist-npm/main.js
DELETED
package/dist-npm/utils/mod.d.ts
DELETED
package/dist-npm/utils/mod.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|