@mdf.js/socket-server-provider
Version:
MMS - Socket.io Server Port for Javascript/Typescript
14 lines • 598 B
TypeScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
import { Layer } from '@mdf.js/core';
import { Port } from './Port';
import { Config, Server } from './types';
export { Factory } from './Factory';
export { Port } from './Port';
export { BasicAuthentication, Config, ConnectionError, InstrumentOptions, Server } from './types';
export type Provider = Layer.Provider.Manager<Server, Config, Port>;
//# sourceMappingURL=index.d.ts.map