mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 03:56:39 +00:00
6 lines
No EOL
265 B
TypeScript
6 lines
No EOL
265 B
TypeScript
export * from './link';
|
|
export { createOperation, makePromise, toPromise, fromPromise, fromError, getOperationName, } from './linkUtils';
|
|
export * from './types';
|
|
import Observable from 'zen-observable-ts';
|
|
export { Observable };
|
|
//# sourceMappingURL=index.d.ts.map
|