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
187 B
TypeScript
Executable File
12 lines
187 B
TypeScript
Executable File
import { Parser, Printer } from "../index.js";
|
|
|
|
export declare const parsers: {
|
|
css: Parser;
|
|
less: Parser;
|
|
scss: Parser;
|
|
};
|
|
|
|
export declare const printers: {
|
|
postcss: Printer;
|
|
};
|