Преглед на файлове

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