UNPKG

@duplojs/zod-to-typescript

Version:
3 lines (2 loc) 108 B
import { type Node } from "typescript"; export declare function addComment(node: Node, text: string): void;