mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-12-01 05:51:46 +00:00
6 lines
270 B
TypeScript
6 lines
270 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
|