UNPKG

180 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2/**
3 * Prints the given path without leading or trailing comments.
4 */
5export default function printValue(path: NodePath): string;