浏览代码

[function.checkType]: rename file according to function name

mightyplow 7 年之前
父节点
当前提交
eae5eeb214
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/function/index.js

+ 1 - 1
src/function/index.js

@@ -2,7 +2,7 @@
  * @namespace function
  */
 export { default as argsToArray } from './argsToArray';
-export { default as checkTypes } from './checkTypes';
+export { default as checkTypes } from './checkType';
 export { default as combine } from './combine';
 export { default as curry } from './curry';
 export { default as debounce } from './debounce';