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>
12 lines
191 B
TypeScript
Executable File
12 lines
191 B
TypeScript
Executable File
import { Parser, Printer } from "../index.js";
|
|
|
|
export declare const parsers: {
|
|
markdown: Parser;
|
|
mdx: Parser;
|
|
remark: Parser;
|
|
};
|
|
|
|
export declare const printers: {
|
|
mdast: Printer;
|
|
};
|