Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Dec 17, 2024
1 parent 0a1c8e8 commit ad532eb
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 240 deletions.
11 changes: 11 additions & 0 deletions packages/typedoc-signature/lib/console.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import process from "node:process"
import {Console as NodeConsole} from "@onlyoffice/console"
import pack from "../package.json" with {type: "json"}

export class Console extends NodeConsole {
static shared = new Console()

constructor() {
super(pack.name, process.stdout, process.stderr)
}
}
Loading

0 comments on commit ad532eb

Please sign in to comment.