feat: init

This commit is contained in:
liuyafei 2023-11-16 14:58:01 +08:00
parent 5fdfe3dd21
commit 895c0a582b
3 changed files with 20 additions and 0 deletions

15
Function.md Normal file
View File

@ -0,0 +1,15 @@
## 函数事件流函数
```js
function(event, op) {
}
```
### 参数
* event
class [FunctionEvent](./FunctionEvent.md)
* op
class [Operation](./Operation.md)

View File

@ -0,0 +1,4 @@
#### FunctionEvent

1
Operation.md Normal file
View File

@ -0,0 +1 @@
#### Operation