UNPKG

com-tools

Version:

com-tools 提供了一些通用的工具函数;

12 lines (7 loc) 294 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [TestFun](./com-tools.testfun.md) ## TestFun type **Signature:** ```typescript export type TestFun<Value> = (a: Value, b: Value) => any; ```