UNPKG

@theguild/federation-composition

Version:
6 lines 331 B
export declare function stripTypeModifiers(type: string): string; export declare function stripNonNull(type: string): string; export declare function stripList(type: string): string; export declare function isNonNull(type: string): boolean; export declare function isList(type: string): boolean; //# sourceMappingURL=state.d.ts.map