소스 검색

[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';