graphql-list-fields: remove empty namespace (discouraged practice)

This commit is contained in:
Chris Filipowski
2018-03-14 20:30:59 +08:00
parent c0e539a936
commit 09b206f5f7

View File

@@ -6,7 +6,6 @@
import { GraphQLResolveInfo } from "graphql";
declare namespace getFieldList {}
declare function getFieldList(info: GraphQLResolveInfo): string[];
export = getFieldList;