UNPKG

webserial-core

Version:

Webserial Core to easy connections with serial devices

13 lines 359 B
/** * @license webserial-core * webserial-core * * Created by (c) Danidoble. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export { Core } from "./Core"; export { Devices } from "./Devices"; export { Dispatcher } from "./Dispatcher"; //# sourceMappingURL=main.d.ts.map