mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
2 lines
No EOL
130 B
TypeScript
2 lines
No EOL
130 B
TypeScript
export declare function isNotNullOrUndefined<T>(value: T | null | undefined): value is T;
|
|
//# sourceMappingURL=predicates.d.ts.map
|