emberplus-connection
Version:
Javascript implementation of the Ember+ automation protocol
11 lines • 629 B
TypeScript
import { EmberClient, EmberClientEvents } from './Ember/Client/index';
import { EmberLib } from './Ember/Lib/index';
import { EmberServer, EmberServerEvents } from './Ember/Server/index';
import { S101Codec } from './S101/index';
import { S101Client } from './Ember/Socket/index';
import { berEncode, berDecode } from './encodings/ber/index';
import * as Types from './types';
import * as Model from './model';
declare const Decoder: null;
export { EmberClient, EmberClientEvents, Decoder, EmberLib, EmberServer, EmberServerEvents, S101Codec, S101Client, berEncode, berDecode, Types, Model, };
//# sourceMappingURL=index.d.ts.map