usync
Version:
A lightweight library used for serial task control
18 lines (12 loc) • 382 B
text/typescript
/// <reference path="./index.d.ts" />
/**
* @license
* Copyright toxichl All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/toxichl/usync/blob/master/LICENSE
*/
import Usync from './core';
import initGlobalAPI from './globalAPI'
initGlobalAPI(Usync);
module.exports = Usync;