federation/gateway/node_modules/@apollographql/apollo-tools/lib/utilities/predicates.d.ts
2020-11-14 16:43:58 +01:00

2 lines
No EOL
130 B
TypeScript

export declare function isNotNullOrUndefined<T>(value: T | null | undefined): value is T;
//# sourceMappingURL=predicates.d.ts.map