UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

8 lines (7 loc) 200 B
import { RootType } from '../../utils/rootType'; export default function ({ rootType, hasVariables }: Props): string; interface Props { rootType: RootType; hasVariables: boolean; } export {};