@danidoble/webserial
Version:
WebSerial API wrapper
14 lines • 388 B
TypeScript
/**
* @license Webserial
* webserial
*
* 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.
*/
import { Kernel } from './serial/kernel';
import { Devices } from './utils/devices';
export declare const version: any;
export { Devices, Kernel };
//# sourceMappingURL=kernel.d.ts.map