1.3.5 • Published 3 years ago

mutex-box v1.3.5

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

mutex-box

image image

安装

    npm install mutex-box
  • 免安装可直接保存 https://feff01.github.io/mutex-box/dist/js/mutex_box.js 文件,本地 script 引入后通过 window.MutexBox 使用

应用

/**
 * @description 与父容器DOM相关的交互控制器
 */
import MutexBox from 'mutex-box';
//const MutexBox = require('mutex-box').default;
//const MutexBox = window.MutexBox;
> * 各种JS环境
[方法文档](https://github.com/FEFF01/mutex-box/blob/master/dist/js/mutex_model.d.ts)
[数据文档](https://github.com/FEFF01/mutex-box/blob/master/dist/js/interfaces.d.ts)
```javascript
    /**
     * @description 和使用场景无关的交互控制器,输入当前状态可获得各种需要输出的交互
     */
    import {MutexModel} from 'mutex-box';
    //const {MutexModel} = require('mutex-box');
    //const {MutexModel} = window.MutexBox;
1.3.5

3 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.2

4 years ago

1.1.3

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago