Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
121 B
TypeScript
Executable File
7 lines
121 B
TypeScript
Executable File
import { Printer } from "../index.js";
|
|
|
|
export declare const printers: {
|
|
estree: Printer;
|
|
"estree-json": Printer;
|
|
};
|