Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 667 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 667 Bytes

@mini-code/base-func

@mini-code/base-func 是一个语义化辅助函数库,提供通用的数据处理函数。

Build Status coverage install size

安装

yarn add @mini-code/base-func

使用

调用不确定函数

import { Call } from '@mini-code/base-func';

let func;

Call(func, args1, args2);

更多扩展