mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +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
|