UNPKG

jok

Version:

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

7 lines (6 loc) 143 B
export default function ({ hasProps, queryName }: Props): string; interface Props { hasProps: boolean; queryName: string; } export {};