UNPKG

flowgen

Version:

Generate flowtype definition files from TypeScript

3 lines (2 loc) 97 B
import type { Node } from "typescript"; export default function getNodeName(node: Node): string;