1.1.1 • Published 2 years ago

@mini-code/base-func v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

@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);

更多扩展